Set up stacked widget.
This commit is contained in:
parent
4e85edacc8
commit
ee51f3ee09
51 changed files with 808 additions and 195 deletions
|
@ -98,6 +98,11 @@ void MainApplication::ConvertDocument(const std::string& inputPath, const std::s
|
|||
converter.Convert(&input_file, &output_file);
|
||||
}
|
||||
|
||||
CommandLineArgs* MainApplication::GetCommandLineArgs() const
|
||||
{
|
||||
return mCommandLineArgs.get();
|
||||
}
|
||||
|
||||
void MainApplication::ShutDown()
|
||||
{
|
||||
mDatabaseManager->OnShutDown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue