diff -r 1f42c03fafca -r 5760cbb32bc0 src/widgets/colorselectdialog.h --- a/src/widgets/colorselectdialog.h Sun Jul 25 20:29:14 2021 +0300 +++ b/src/widgets/colorselectdialog.h Sun Jul 25 20:39:21 2021 +0300 @@ -14,7 +14,7 @@ ~ColorSelectDialog(); void setCurrentColor(ldraw::Color color); ldraw::Color currentColor() const; -private slots: +private Q_SLOTS: void populateColors(); void updateSelectedColorTexts(); void handleButtonClick();