]> git.sesse.net Git - kdenlive/blobdiff - src/colorpickerwidget.h
Fix possible crash on exit
[kdenlive] / src / colorpickerwidget.h
index dedaa8c3ad5424c4467888e43913abb91e4d6b78..7a6e874300927e302f5b70fdabe123c99756c110 100644 (file)
@@ -58,7 +58,6 @@ private:
     void closeEventFilter();
 
     /** @brief Calculates the average color for a rect around @param pos with m_size->value() as width. */
-
     QColor averagePickedColor(const QPoint pos);
 
     /** @brief Color of the screen at point @param p.
@@ -82,6 +81,7 @@ private slots:
 
 signals:
     void colorPicked(QColor);
+    void displayMessage(const QString&, int);
 };
 
 #endif