Skip to content

Commit 7598e13

Browse files
committed
Added WIP message notice
1 parent b7ff7aa commit 7598e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mainwindow.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
1212

1313
ui->setupUi(this);
1414

15+
QMessageBox::information(this, tr("Notice"), tr("This is a Work in Progress. Some features may not work properly."));
16+
1517
// Dialogs
1618
mSettingsDialog = new SettingsDialog(this);
1719
mSettingsDialog->setReferenceTextEdit(ui->codeEdit);

0 commit comments

Comments
 (0)