diff options
Diffstat (limited to 'gui/ice40/mainwindow.h')
-rw-r--r-- | gui/ice40/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/ice40/mainwindow.h b/gui/ice40/mainwindow.h index 376cb901..c0c4bef8 100644 --- a/gui/ice40/mainwindow.h +++ b/gui/ice40/mainwindow.h @@ -43,7 +43,7 @@ class MainWindow : public BaseMainWindow void pack_finished(bool status);
void place_finished(bool status);
void route_finished(bool status);
-
+
void taskCanceled();
void taskStarted();
void taskPaused();
@@ -57,7 +57,7 @@ class MainWindow : public BaseMainWindow QAction *actionRoute;
QAction *actionPlay;
QAction *actionPause;
- QAction *actionStop;
+ QAction *actionStop;
};
NEXTPNR_NAMESPACE_END
|