Make the loadSettingsHelper template friend declaration match its definition

This commit is contained in:
Adriaan de Groot
2009-07-11 15:26:52 +02:00
committed by Oswald Buddenhagen
parent 27ac02de91
commit ca97bce8de

View File

@@ -88,7 +88,7 @@ private:
QFutureWatcher<void> m_loadWatcher;
template <typename S>
friend void loadSettingsHelper(QuickOpenPlugin *p, S *settings);
friend static void loadSettingsHelper(QuickOpenPlugin *p, S *settings);
};
} // namespace Internal