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:
Friedemann Kleint
2010-09-16 14:59:05 +02:00
parent 64aeb904bf
commit bb13b69ec0
31 changed files with 397 additions and 240 deletions

View File

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