Skip to content
Snippets Groups Projects
Commit 8e335343 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused fct

parent 86980ba5
No related branches found
No related tags found
1 merge request!2452cleanup autosave, style sheet & palette; split save some files; dissolve GUI/Support
...@@ -117,11 +117,6 @@ bool ProjectManager::isAutosaveEnabled() const ...@@ -117,11 +117,6 @@ bool ProjectManager::isAutosaveEnabled() const
return static_cast<bool>(m_autosave); return static_cast<bool>(m_autosave);
} }
AutosaveController* ProjectManager::autosaveController() const
{
return m_autosave.get();
}
void ProjectManager::setAutosaveEnabled(bool value) void ProjectManager::setAutosaveEnabled(bool value)
{ {
if (value) if (value)
......
...@@ -37,7 +37,6 @@ public: ...@@ -37,7 +37,6 @@ public:
QStringList recentProjects(); QStringList recentProjects();
bool isAutosaveEnabled() const; bool isAutosaveEnabled() const;
AutosaveController* autosaveController() const;
signals: signals:
void documentOpenedOrClosed(bool opened); void documentOpenedOrClosed(bool opened);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment