forked from qt-creator/qt-creator
Make the loadSettingsHelper template friend declaration match its definition
This commit is contained in:
committed by
Oswald Buddenhagen
parent
27ac02de91
commit
ca97bce8de
@@ -88,7 +88,7 @@ private:
|
|||||||
QFutureWatcher<void> m_loadWatcher;
|
QFutureWatcher<void> m_loadWatcher;
|
||||||
|
|
||||||
template <typename S>
|
template <typename S>
|
||||||
friend void loadSettingsHelper(QuickOpenPlugin *p, S *settings);
|
friend static void loadSettingsHelper(QuickOpenPlugin *p, S *settings);
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
|||||||
Reference in New Issue
Block a user