Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tomamic committed Nov 17, 2015
1 parent 16f6949 commit ab90db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cpp/notepad/main.cpp
Expand Up @@ -5,11 +5,11 @@
int main(int argc, char *argv[]) {
QApplication a(argc, argv);

// Notepad n;
// n.show();
Notepad n;
n.show();

NotepadWindow w;
w.show();
// NotepadWindow w;
// w.show();

return a.exec();
}

0 comments on commit ab90db2

Please sign in to comment.