Skip to content

Commit

Permalink
Added WIP message notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mconicx committed Jun 19, 2022
1 parent b7ff7aa commit 7598e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi

ui->setupUi(this);

QMessageBox::information(this, tr("Notice"), tr("This is a Work in Progress. Some features may not work properly."));

// Dialogs
mSettingsDialog = new SettingsDialog(this);
mSettingsDialog->setReferenceTextEdit(ui->codeEdit);
Expand Down

0 comments on commit 7598e13

Please sign in to comment.