Skip to content

Commit 210a4b3

Browse files
author
David Navrkal
committed
Now starts welcomme main window.
1 parent 7bbc825 commit 210a4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RegularConvertor/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ MainWindow::MainWindow(QWidget *parent) :
4545

4646
// deleteShortCut = new QShortcut(QKeySequence::Delete, this);
4747
// connect( deleteShortCut, SIGNAL(activated()), FA1_widget->scene, SLOT(deleteSelected()));
48-
prepareDFA();
48+
4949

5050
// Custom status bar
5151
status_label = new QLabel(this);

0 commit comments

Comments
 (0)