diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-26 22:14:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-26 22:14:53 +0200 |
commit | c22192d4445d1c7cb8247e8dd0b3cb6a2cee56b6 (patch) | |
tree | 775b38047b46011c23f511fd4f0e24938a66c4f2 /ftnoir_tracker_pt | |
parent | 57d3b7902a8f2a9785ca22b97a0c743795414077 (diff) |
Cleanup: don't inherit from UI class since it's a member too
Diffstat (limited to 'ftnoir_tracker_pt')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h index 28120692..ada331e5 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h @@ -17,7 +17,7 @@ #include <QTimer>
//-----------------------------------------------------------------------------
-class TrackerDialog : public QWidget, Ui::UICPTClientControls, public ITrackerDialog
+class TrackerDialog : public QWidget, public ITrackerDialog
{
Q_OBJECT
public:
|