Remove unneeded slots
This commit is contained in:
@@ -55,13 +55,14 @@ class MoodbarItemDelegate : public QItemDelegate {
|
||||
private Q_SLOTS:
|
||||
void ReloadSettings();
|
||||
|
||||
Q_SIGNALS:
|
||||
void StyleChanged();
|
||||
|
||||
private:
|
||||
void DataLoaded(const QUrl &url, MoodbarPipelinePtr pipeline);
|
||||
void ColorsLoaded(const QUrl &url, const ColorVector &colors);
|
||||
void ImageLoaded(const QUrl &url, const QImage &image);
|
||||
|
||||
Q_SIGNALS:
|
||||
void StyleChanged();
|
||||
|
||||
private:
|
||||
struct Data {
|
||||
Data();
|
||||
|
||||
Reference in New Issue
Block a user