mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Make test class a friend
This commit is contained in:
parent
c743abc348
commit
b5d9a4dbba
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
|||
#include "DependencyManager.h"
|
||||
#include "shared/ReadWriteLockable.h"
|
||||
|
||||
|
||||
// This is for the testing system.
|
||||
class SettingsTests;
|
||||
|
||||
|
||||
|
||||
namespace Setting {
|
||||
class Interface;
|
||||
|
||||
|
@ -67,6 +73,8 @@ namespace Setting {
|
|||
QHash<QString, QVariant> _pendingChanges;
|
||||
|
||||
friend class Interface;
|
||||
friend class SettingsTests;
|
||||
|
||||
friend void cleanupSettingsSaveThread();
|
||||
friend void setupSettingsSaveThread();
|
||||
|
||||
|
|
Loading…
Reference in a new issue