mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use std::vector<string> instead of QStringList in main()
In an effort to convert core to C++ structures. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
c6cd10a43f
commit
4af2ec88bd
8 changed files with 80 additions and 58 deletions
|
@ -67,8 +67,8 @@ public:
|
|||
Count
|
||||
};
|
||||
|
||||
void loadFiles(const QStringList &files);
|
||||
void importFiles(const QStringList &importFiles);
|
||||
void loadFiles(const std::vector<std::string> &files);
|
||||
void importFiles(const std::vector<std::string> &importFiles);
|
||||
void setToolButtonsEnabled(bool enabled);
|
||||
void setApplicationState(ApplicationState state);
|
||||
void enterPreviousState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue