[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdenlive] src/bin: Add const'ref
From:       Montel Laurent <montel () kde ! org>
Date:       2016-12-09 6:45:04
Message-ID: E1cFEvY-0005ZN-Sh () code ! kde ! org
[Download RAW message or body]

Git commit b91cb4fbcef68646ba28ff93c7242ed3da5e6e64 by Montel Laurent.
Committed on 09/12/2016 at 06:44.
Pushed by mlaurent into branch 'master'.

Add const'ref

M  +2    -2    src/bin/bin.h
M  +2    -2    src/bin/projectitemmodel.h

https://commits.kde.org/kdenlive/b91cb4fbcef68646ba28ff93c7242ed3da5e6e64

diff --git a/src/bin/bin.h b/src/bin/bin.h
index 9ab90cf14..853612c3f 100644
--- a/src/bin/bin.h
+++ b/src/bin/bin.h
@@ -738,8 +738,8 @@ signals:
     void itemUpdated(AbstractProjectItem *);
     void producerReady(const QString &id);
     /** @brief Save folder info into MLT. */
-    void storeFolder(QString folderId, QString parentId, QString oldParentId, \
                QString folderName);
-    void gotFilterJobResults(QString, int, int, stringMap, stringMap);
+    void storeFolder(const QString &folderId, const QString &parentId, const QString \
&oldParentId, const QString &folderName); +    void gotFilterJobResults(const QString \
&, int, int, stringMap, stringMap);  /** @brief The clip was changed and thumbnail \
needs a refresh. */  void clipNeedsReload(const QString &, bool);
     /** @brief Trigger timecode format refresh where needed. */
diff --git a/src/bin/projectitemmodel.h b/src/bin/projectitemmodel.h
index b6ff661d8..a5ee2b95f 100644
--- a/src/bin/projectitemmodel.h
+++ b/src/bin/projectitemmodel.h
@@ -88,9 +88,9 @@ private:
 signals:
     //TODO
     void markersNeedUpdate(const QString &id, const QList<int> &);
-    void itemDropped(QStringList, const QModelIndex &);
+    void itemDropped(const QStringList &, const QModelIndex &);
     void itemDropped(const QList<QUrl> &, const QModelIndex &);
-    void effectDropped(QString, const QModelIndex &);
+    void effectDropped(const QString &, const QModelIndex &);
     void addClipCut(const QString &, int, int);
 };
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic