Hook up File::open to StartupWizard.

This commit is contained in:
Jim Evins
2016-03-27 22:27:12 -04:00
parent fdd4887e6e
commit 9d417bcc38
3 changed files with 24 additions and 18 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ class File : public QObject
Q_OBJECT
public:
static bool newLabel( MainWindow *window = 0 );
static void open( MainWindow *window );
static bool newLabel( QWidget *parent = 0 );
static bool open( QWidget *parent = 0 );
static bool save( MainWindow *window );
static bool saveAs( MainWindow *window );
static void print( MainWindow *window );