starting on goto window

This commit is contained in:
lostjared
2018-08-29 10:34:14 -07:00
parent 4b23b78b04
commit b6f2a24b99
3 changed files with 22 additions and 2 deletions

6
src/goto_window.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include "goto_window.h"
GotoWindow::GotoWindow(QWidget *parent) : QDialog(parent) {
}