refs #335, changed ui to QScopedPointer

This commit is contained in:
Klaus Basan
2014-10-10 03:09:59 +02:00
committed by Roland Winklmeier
parent 5eaaf70fcd
commit bb8b515c87
14 changed files with 30 additions and 35 deletions

View File

@@ -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;
};
}
}