summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-03-27 16:37:31 +0100
committerTannin <devnull@localhost>2015-03-27 16:37:31 +0100
commit8eb63a068ccae5dca755a5e6f0607ecacbddb4a2 (patch)
tree994963b562c2fc4c9614e89637a491efc57f5ff0 /src/organizercore.h
parent4d4a7713fb936f632dc655abd0196adada0784de (diff)
cleanup
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index e4072b38..503bf3b9 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -85,13 +85,13 @@ public:
MOShared::DirectoryEntry *directoryStructure() { return m_DirectoryStructure; }
DirectoryRefresher *directoryRefresher() { return &m_DirectoryRefresher; }
ExecutablesList *executablesList() { return &m_ExecutablesList; }
- void setExecutablesDialog(const ExecutablesList &executablesList) { m_ExecutablesList = executablesList; }
+ void setExecutablesList(const ExecutablesList &executablesList) {
+ m_ExecutablesList = executablesList;
+ }
Profile *currentProfile() { return m_CurrentProfile; }
void setCurrentProfile(const QString &profileName);
- void setExecutablesList(const ExecutablesList &executablesList);
-
std::set<QString> enabledArchives();
MOBase::VersionInfo getVersion() const { return m_Updater.getVersion(); }