diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-31 08:41:16 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-12-31 08:42:33 +0100 | 
| commit | d1e0537f704ea67483ccbdf7461e636490aba0cf (patch) | |
| tree | 6b965181a903a6f1fba1d9415b7fe634bbf27451 /ftnoir_tracker_ht | |
| parent | 54892e5f6a15c1ce0aba364039174eda3d1a6b8b (diff) | |
meta: get rid of Initialize(), now RAII
Diffstat (limited to 'ftnoir_tracker_ht')
| -rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 5 | ||||
| -rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.h | 1 | 
2 files changed, 0 insertions, 6 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index e154557e..1773b018 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -275,11 +275,6 @@ TrackerControls::TrackerControls()      connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK()));  } -void TrackerControls::Initialize(QWidget*) -{ -	show(); -} -  void TrackerControls::doOK()  {      s.b->save(); diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.h b/ftnoir_tracker_ht/ftnoir_tracker_ht.h index f45e54f9..b3c89136 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.h +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.h @@ -62,7 +62,6 @@ class TrackerControls : public QWidget, public ITrackerDialog      Q_OBJECT  public:  	explicit TrackerControls(); -    void Initialize(QWidget *);      void registerTracker(ITracker *) {}      void unRegisterTracker() {}  | 
