Cleanup ApplicationImpl
This commit is contained in:
parent
20bfade965
commit
b0322e7e7d
@ -22,6 +22,8 @@
|
||||
#ifndef CORE_APPLICATION_H_
|
||||
#define CORE_APPLICATION_H_
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "ui/settingsdialog.h"
|
||||
@ -111,7 +113,7 @@ signals:
|
||||
|
||||
private:
|
||||
QString language_name_;
|
||||
ApplicationImpl* p_;
|
||||
std::unique_ptr<ApplicationImpl> p_;
|
||||
QList<QThread*> threads_;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user