aboutsummaryrefslogtreecommitdiff
path: root/aolineedit.h
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
committerDavid Skoland <davidskoland@gmail.com>2018-12-26 16:43:08 +0100
commit00cfd2750d39795e4c205aee2a33b92b1da2524d (patch)
tree839c1129418ca8fefe41e6814917f9dabb6efa4b /aolineedit.h
parent6f1bce5882676ea7affe717a2f5a00b8c3b7fe12 (diff)
moved headers into include and cpp files into src + logo into resource
Diffstat (limited to 'aolineedit.h')
-rw-r--r--aolineedit.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/aolineedit.h b/aolineedit.h
deleted file mode 100644
index ce17680d..00000000
--- a/aolineedit.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef AOLINEEDIT_H
-#define AOLINEEDIT_H
-
-#include <QLineEdit>
-#include <QMouseEvent>
-
-class AOLineEdit : public QLineEdit
-{
- Q_OBJECT
-
-public:
- AOLineEdit(QWidget *parent);
-
-protected:
- void mouseDoubleClickEvent(QMouseEvent *e);
-
-signals:
- void double_clicked();
-
-private slots:
- void on_enter_pressed();
-
-
-};
-
-#endif // AOLINEEDIT_H