Use anonymous namespace for constants
This commit is contained in:
@@ -56,8 +56,6 @@ class DeviceDatabaseBackend : public QObject {
|
||||
};
|
||||
using DeviceList = QList<Device>;
|
||||
|
||||
static const int kDeviceSchemaVersion;
|
||||
|
||||
void Init(SharedPtr<Database> db);
|
||||
void Close();
|
||||
void ExitAsync();
|
||||
|
||||
Reference in New Issue
Block a user