summaryrefslogtreecommitdiffstats
path: root/qt-ui/groupedlineedit.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-12-19 19:45:54 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-20 09:53:04 -0800
commit890d60ff9ec1876ccc3e7af87bf1eb28a480a8e9 (patch)
tree99f298a58ab631ccee3333939ea6f1c36e050b34 /qt-ui/groupedlineedit.h
parentbffceb18e79fa82fbaa674c814afd5c2612bcdaf (diff)
downloadsubsurface-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.h1
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;