Skip to content
Snippets Groups Projects
Commit 5cddaa46 authored by Jan Möbius's avatar Jan Möbius
Browse files

Documentation

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7647 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 5e05cba2
No related branches found
No related tags found
No related merge requests found
......@@ -477,13 +477,19 @@ private:
private slots:
/** Executed after loading core completly
/** \brief Executed after loading core completly to load files from commandline
*
* This slot is automatically called after application startup. All files from the commandline
* will be loaded by this slot. This is required as the core and the event queue need to be running
* to emit the required signals to the plugins.
*/
void slotExecuteAfterStartup();
private:
/// Vector storing filenames from commandline to be opened after application startup (objects)
std::vector< std::pair < std::string , bool > > commandLineFileNames_;
/// Vector storing filenames from commandline to be opened after application startup (script files)
std::vector< std::string > commandLineScriptNames_;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment