From 4f92c957d26fdbb0ea28191c52f59853b66f31c8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 14 Dec 2017 14:44:29 +0100 Subject: OLDSRC WEG! --- oldsrc/widget.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 oldsrc/widget.h (limited to 'oldsrc/widget.h') diff --git a/oldsrc/widget.h b/oldsrc/widget.h deleted file mode 100644 index fc8570a..0000000 --- a/oldsrc/widget.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef WIDGET_H -#define WIDGET_H - -#include -#include - -#include -#include - -namespace Ui { -class Widget; -} - -class Widget : public QWidget -{ - Q_OBJECT - -public: - explicit Widget(QWidget *parent = 0); - ~Widget(); - -private: - - Ui::Widget * ui; - - void configureWidgetForBeamerWithEDID(); - void configureWidgetForBeamerWithOUTEDID(); - -}; - -#endif // WIDGET_H -- cgit v1.2.3-55-g7522