mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
make use of Q_DISABLE_COPY() macro in QStandardPaths
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
8b48335910
commit
f2806e5133
1 changed files with 2 additions and 4 deletions
|
@ -76,10 +76,8 @@ class Q_CORE_EXPORT QStandardPaths
|
|||
static void setTestModeEnabled(bool testMode);
|
||||
static bool isTestModeEnabled();
|
||||
|
||||
private:
|
||||
// prevent construction
|
||||
QStandardPaths();
|
||||
~QStandardPaths();
|
||||
private:
|
||||
Q_DISABLE_COPY(QStandardPaths)
|
||||
};
|
||||
|
||||
#endif // QT_NO_STANDARDPATHS
|
||||
|
|
Loading…
Add table
Reference in a new issue