forked from qt-creator/qt-creator
Remove superfluous commas and semi-colons
This commit is contained in:
@@ -152,7 +152,7 @@ public:
|
||||
private:
|
||||
QList<IFile *> m_files;
|
||||
bool m_reload;
|
||||
Q_DISABLE_COPY(FileChangeBlocker);
|
||||
Q_DISABLE_COPY(FileChangeBlocker)
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user