Skip to content

Commit

Permalink
Fix CFrmStyle compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Dec 14, 2023
1 parent ec599e7 commit 6359372
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions App/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include "DlgAbout.h"
#include "RabbitCommonDir.h"
#include "RabbitCommonTools.h"
#include "FrmStyle.h"
#endif

#include "FrmDisplay.h"
Expand Down Expand Up @@ -175,12 +174,6 @@ MainWindow::~MainWindow()
delete ui;
}

void MainWindow::on_actionStyle_triggered()
{
CFrmStyle* s = new CFrmStyle();
s->show();
}

void MainWindow::slotCameraChanged(int index)
{
auto camers =
Expand Down
1 change: 0 additions & 1 deletion App/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ private slots:
void on_actionFile_triggered();
void on_actionExit_triggered();
void on_actionAiLibraries_triggered(QAction *action);
void on_actionStyle_triggered();

void slotParaDock_triggered(bool checked);
void slotScreenOrientationChanged(Qt::ScreenOrientation orientation);
Expand Down

0 comments on commit 6359372

Please sign in to comment.