started export dialog
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "audio/audiomanager.h"
|
||||
#include "config/config.h"
|
||||
#include "dialog/about/about.h"
|
||||
#include "dialog/export/export.h"
|
||||
#include "dialog/sequence/sequence.h"
|
||||
#include "dialog/preferences/preferences.h"
|
||||
#include "dialog/projectproperties/projectproperties.h"
|
||||
@@ -230,6 +231,12 @@ void Core::DialogProjectPropertiesShow()
|
||||
ppd.exec();
|
||||
}
|
||||
|
||||
void Core::DialogExportShow()
|
||||
{
|
||||
ExportDialog ed(main_window_);
|
||||
ed.exec();
|
||||
}
|
||||
|
||||
void Core::CreateNewFolder()
|
||||
{
|
||||
// Locate the most recently focused Project panel (assume that's the panel the user wants to import into)
|
||||
|
||||
Reference in New Issue
Block a user