forked from qt-creator/qt-creator
Further header cleanup.
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
This commit is contained in:
@@ -161,10 +161,10 @@ private:
|
||||
class CORE_EXPORT FileChangeBlocker
|
||||
{
|
||||
public:
|
||||
FileChangeBlocker(const QString &fileName);
|
||||
explicit FileChangeBlocker(const QString &fileName);
|
||||
~FileChangeBlocker();
|
||||
private:
|
||||
QString m_fileName;
|
||||
const QString m_fileName;
|
||||
Q_DISABLE_COPY(FileChangeBlocker)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user