summaryrefslogtreecommitdiffstats
path: root/src/client/util/platform/blankscreen.h
diff options
context:
space:
mode:
authorChristian Klinger2016-09-29 15:40:18 +0200
committerChristian Klinger2016-09-29 15:40:18 +0200
commit3d82bfc698165bb20f3c38d42f2b77ab855c1edf (patch)
tree2c170bcdd5c89259bb0b530fa11fdfe701c99850 /src/client/util/platform/blankscreen.h
parentadded an information dialog that displays ip and hostname. (diff)
downloadpvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.tar.gz
pvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.tar.xz
pvs2-3d82bfc698165bb20f3c38d42f2b77ab855c1edf.zip
astyle.
Diffstat (limited to 'src/client/util/platform/blankscreen.h')
-rw-r--r--[-rwxr-xr-x]src/client/util/platform/blankscreen.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/util/platform/blankscreen.h b/src/client/util/platform/blankscreen.h
index e42043c..35cf297 100755..100644
--- a/src/client/util/platform/blankscreen.h
+++ b/src/client/util/platform/blankscreen.h
@@ -11,16 +11,16 @@ class BlankScreen : public QDialog
{
Q_OBJECT
public:
- BlankScreen();
- virtual ~BlankScreen();
- void draw(bool force = false);
- bool lock(const QString& message);
- bool unlock();
+ BlankScreen();
+ virtual ~BlankScreen();
+ void draw(bool force = false);
+ bool lock(const QString& message);
+ bool unlock();
private:
- bool _locked;
- QString _message;
- BlankScreen_Sysdep* _sysdep;
+ bool _locked;
+ QString _message;
+ BlankScreen_Sysdep* _sysdep;
};
#endif