Qt: Use global Appicon instead of setting it in every Dialog
This commit is contained in:
@@ -100,7 +100,7 @@ protected:
|
||||
void dragEnterEvent(QDragEnterEvent* event) override;
|
||||
void dragMoveEvent(QDragMoveEvent* event) override;
|
||||
void dragLeaveEvent(QDragLeaveEvent* event) override;
|
||||
void SetAppIconFromPath(const std::string path);
|
||||
void SetAppIconFromPath(const std::string& path);
|
||||
private:
|
||||
void RepaintToolbar();
|
||||
void RepaintToolBarIcons();
|
||||
|
||||
Reference in New Issue
Block a user