diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-07-03 12:52:28 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-07-03 12:52:28 (GMT) |
commit | 7d4ba81068f43d498251495227e4e83f6164873b (patch) | |
tree | af665d26729a57266313d7a7ffab9c665a38efe9 /src/Preferences.h | |
parent | 8289982efc65e08b836c2045f652f49c2add82cf (diff) |
Allow the hiding of the opengl2.0 warning on startup.
There are two basic changes. The first is a checkbox within the
warning screen that allows you to hide it on subsequent program boots.
The second is a checkbox under Edit/Preferences/Advanced to show/hide
the message.
Diffstat (limited to 'src/Preferences.h')
-rw-r--r-- | src/Preferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Preferences.h b/src/Preferences.h index 39599fd..79fa7ab 100644 --- a/src/Preferences.h +++ b/src/Preferences.h @@ -34,6 +34,7 @@ public slots: void colorSchemeChanged(); void fontFamilyChanged(const QString &); void fontSizeChanged(const QString &); + void OpenGL20WarningChanged(bool); signals: void requestRedraw() const; |