reformat code
This commit is contained in:
+6
-5
@@ -43,7 +43,8 @@ public:
|
||||
return _value;
|
||||
}
|
||||
|
||||
T &getnonConst() {
|
||||
T &getnonConst()
|
||||
{
|
||||
return _value;
|
||||
}
|
||||
|
||||
@@ -69,12 +70,12 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void insertMap(QString id, bool sound, bool task){
|
||||
QPair<bool,bool> pair(sound,task);
|
||||
_value.insert(id,pair);
|
||||
void insertMap(QString id, bool sound, bool task)
|
||||
{
|
||||
QPair<bool, bool> pair(sound, task);
|
||||
_value.insert(id, pair);
|
||||
}
|
||||
|
||||
|
||||
boost::signals2::signal<void(const T &newValue)> valueChanged;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user