mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #335, changed ui to QScopedPointer
This commit is contained in:
committed by
Roland Winklmeier
parent
5eaaf70fcd
commit
bb8b515c87
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <QTabWidget>
|
||||
#include <QTimer>
|
||||
#include <QScopedPointer>
|
||||
|
||||
namespace Ui { class CUserComponent; }
|
||||
|
||||
@@ -67,7 +68,7 @@ namespace BlackGui
|
||||
void ps_countChanged(int count);
|
||||
|
||||
private:
|
||||
Ui::CUserComponent *ui;
|
||||
QScopedPointer<Ui::CUserComponent> ui;
|
||||
CTimerBasedComponent *m_timerComponent;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user