summaryrefslogtreecommitdiffstats
path: root/examples/guiportinfo/portinfodialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/guiportinfo/portinfodialog.h')
-rw-r--r--examples/guiportinfo/portinfodialog.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/guiportinfo/portinfodialog.h b/examples/guiportinfo/portinfodialog.h
deleted file mode 100644
index 9032be7e..00000000
--- a/examples/guiportinfo/portinfodialog.h
+++ /dev/null
@@ -1,29 +0,0 @@
-#ifndef PORTINFODIALOG_H
-#define PORTINFODIALOG_H
-
-#include <QDialog>
-
-namespace Ui {
- class Dialog;
-}
-
-class Dialog : public QDialog
-{
- Q_OBJECT
-
-public:
- explicit Dialog(QWidget *parent = 0);
- ~Dialog();
-
-private slots:
- void procUpdateAvailablePorts();
- void procItemPortChanged(int idx);
- void procBusyButtonClick();
- void procValidButtonClick();
- void procRatesButtonClick();
-
-private:
- Ui::Dialog *ui;
-};
-
-#endif // PORTINFODIALOG_H