mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T343, style
This commit is contained in:
@@ -14,11 +14,8 @@
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/models/listmodelbase.h"
|
||||
#include "blackmisc/network/user.h"
|
||||
#include "blackmisc/network/userlist.h"
|
||||
|
||||
class QObject;
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Models
|
||||
@@ -49,7 +46,7 @@ namespace BlackGui
|
||||
void setUserMode(UserMode userMode);
|
||||
|
||||
private:
|
||||
UserMode m_userMode;
|
||||
UserMode m_userMode = NotSet;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user