summaryrefslogtreecommitdiff
path: root/client/widgets/lineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/widgets/lineedit.h')
-rw-r--r--client/widgets/lineedit.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h
index 41296a9..076bff1 100644
--- a/client/widgets/lineedit.h
+++ b/client/widgets/lineedit.h
@@ -42,9 +42,6 @@ public slots:
void changed();
QString getValue();
void setValue(QString value);
-
-private:
- bool valid;
-
};
+
#endif/*__PRACRO_LINEEDIT_H__*/