mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 22:05:48 +00:00
massive changes inside
* use pass by ref instead of by value if possible * use reference in interation over collections * fix no tag inserting
This commit is contained in:
@ -40,7 +40,7 @@ signals:
|
||||
void deviceAdded(const QString &source);
|
||||
|
||||
public slots:
|
||||
void dropSource(const QString source);
|
||||
void dropSource(const QString &source);
|
||||
void reconnectSources(const int interval);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user