summaryrefslogtreecommitdiffstats
path: root/36c3/Qt/src/window.h
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-08 16:16:28 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-12-26 00:52:22 +0100
commit79ba57794fae2ef2b4855b13dc1edca8ea917a5f (patch)
tree089bb998e3545ef464d73de98872947e2ff755e6 /36c3/Qt/src/window.h
parent438f67d41d91e81fae0ed4cef2e9da882515377f (diff)
downloadpresentations-79ba57794fae2ef2b4855b13dc1edca8ea917a5f.tar.gz
presentations-79ba57794fae2ef2b4855b13dc1edca8ea917a5f.tar.bz2
presentations-79ba57794fae2ef2b4855b13dc1edca8ea917a5f.zip
Remove Qt
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to '36c3/Qt/src/window.h')
-rw-r--r--36c3/Qt/src/window.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/36c3/Qt/src/window.h b/36c3/Qt/src/window.h
deleted file mode 100644
index 1036441..0000000
--- a/36c3/Qt/src/window.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef WINDOW_H
-#define WINDOW_H
-
-#include <string>
-#include <QWidget>
-
-class QPushButton;
-
-class Slides : public QWidget
-{
- Q_OBJECT
-public:
- explicit Slides(QWidget *parent = 0);
-public slots:
- void handleButton();
- void setTitle(const QString& title);
-private:
- QPushButton *m_button;
-};
-
-#endif // WINDOW_H