Fixed Qt warning on my custom workspace change slot
Added Windows icon FossilOrigin-Name: dc4d1a0ea7eea22ee41170f366c08f09368735a7
This commit is contained in:
@ -126,6 +126,10 @@ private:
|
||||
RepoStatus getRepoStatus();
|
||||
|
||||
private slots:
|
||||
// Manual slots
|
||||
void onOpenRecent();
|
||||
|
||||
// Designer slots
|
||||
void on_actionRefresh_triggered();
|
||||
void on_actionOpen_triggered();
|
||||
void on_actionDiff_triggered();
|
||||
@ -149,7 +153,6 @@ private slots:
|
||||
void on_actionUndo_triggered();
|
||||
void on_actionAbout_triggered();
|
||||
void on_actionUpdate_triggered();
|
||||
void on_openRecent_triggered();
|
||||
|
||||
private:
|
||||
enum
|
||||
|
Reference in New Issue
Block a user