summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2008-06-30 09:52:26 +0000
committerdeva <deva>2008-06-30 09:52:26 +0000
commit9c3453a87e26346edc9233413d79d0eb1e731a44 (patch)
treef80a0279c6402345dd120c7b729f0c4b77926f6c
parent2ec2e68c3ccab6d1a43f8fffada85216d8fc4f54 (diff)
Removed unused variable.
-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__*/