diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-12-19 19:45:54 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-20 09:53:04 -0800 |
commit | 890d60ff9ec1876ccc3e7af87bf1eb28a480a8e9 (patch) | |
tree | 99f298a58ab631ccee3333939ea6f1c36e050b34 /qt-ui/groupedlineedit.h | |
parent | bffceb18e79fa82fbaa674c814afd5c2612bcdaf (diff) | |
download | subsurface-890d60ff9ec1876ccc3e7af87bf1eb28a480a8e9.tar.gz |
Simplify the code by removing a few options from the if.
There was some options on the 'if' that didn't
really belonged there, so I create a if before those
to quit earlier if the condition is true.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/groupedlineedit.h')
-rw-r--r-- | qt-ui/groupedlineedit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/groupedlineedit.h b/qt-ui/groupedlineedit.h index 1e29f0039..0433b06b6 100644 --- a/qt-ui/groupedlineedit.h +++ b/qt-ui/groupedlineedit.h @@ -65,7 +65,6 @@ signals: protected: virtual void paintEvent(QPaintEvent *e); virtual void keyPressEvent(QKeyEvent *e); - private: struct Private; Private *d; |