modernize: Pass arguments by value and move in constructors
[quassel.git] / src / qtui / chatscene.h
index b2d31fc..ed27be7 100644 (file)
@@ -72,7 +72,7 @@ public:
         TripleClick
     };
 
-    ChatScene(QAbstractItemModel *model, const QString &idString, qreal width, ChatView *parent);
+    ChatScene(QAbstractItemModel *model, QString idString, qreal width, ChatView *parent);
     ~ChatScene() override;
 
     inline QAbstractItemModel *model() const { return _model; }