mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
refs #335, changed ui to QScopedPointer
This commit is contained in:
committed by
Roland Winklmeier
parent
5eaaf70fcd
commit
bb8b515c87
@@ -14,7 +14,9 @@
|
||||
|
||||
#include "runtimebasedcomponent.h"
|
||||
#include "blackmisc/statusmessagelist.h"
|
||||
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
|
||||
namespace Ui { class CLogComponent; }
|
||||
|
||||
@@ -49,7 +51,7 @@ namespace BlackGui
|
||||
|
||||
|
||||
private:
|
||||
Ui::CLogComponent *ui;
|
||||
QScopedPointer<Ui::CLogComponent> ui;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user