forked from qt-creator/qt-creator
Core: Small cleanups
Change-Id: Id85ef2e53f42fd934716d07e1bfc7ec14a59f878 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -95,36 +95,6 @@
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\fn ActionManager *ICore::actionManager()
|
||||
\obsolete
|
||||
|
||||
Use Core::ActionManager directly.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn DocumentManager *ICore::documentManager()
|
||||
\obsolete
|
||||
|
||||
Use Core::DocumentManager directly.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn MessageManager *ICore::messageManager()
|
||||
\obsolete
|
||||
|
||||
Use Core::MessageManager directly.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn EditorManager *ICore::editorManager()
|
||||
\brief Returns the application's editor manager.
|
||||
|
||||
The editor manager handles all editor related tasks like opening
|
||||
documents, the stack of currently open documents and the currently
|
||||
active document.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn ProgressManager *ICore::progressManager()
|
||||
\brief Returns the application's progress manager.
|
||||
@@ -133,13 +103,6 @@
|
||||
show a progress bar the way Qt Creator does it.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn VariableManager *ICore::variableManager()
|
||||
\obsolete
|
||||
|
||||
Use \c VariableManager::variableManager() directly.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn VcsManager *ICore::vcsManager()
|
||||
\brief Returns the application's vcs manager.
|
||||
@@ -151,13 +114,6 @@
|
||||
the plugin manager's object pool.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn ModeManager *ICore::modeManager()
|
||||
\obsolete
|
||||
|
||||
Use \c ModeManager::modeManager() directly.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn MimeDatabase *ICore::mimeDatabase()
|
||||
\brief Returns the application's mime database.
|
||||
@@ -165,13 +121,6 @@
|
||||
Use the mime database to manage mime types.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn HelpManager *ICore::helpManager()
|
||||
\brief Returns the application's help manager.
|
||||
|
||||
Use the help manager to register documentation sets.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QSettings *ICore::settings(QSettings::Scope scope = QSettings::UserScope)
|
||||
\brief Returns the application's main settings object.
|
||||
|
||||
@@ -49,18 +49,11 @@ class AppMainWindow;
|
||||
|
||||
namespace Core {
|
||||
class IWizard;
|
||||
class ActionManager;
|
||||
class Context;
|
||||
class EditorManager;
|
||||
class DocumentManager;
|
||||
class IContext;
|
||||
class MessageManager;
|
||||
class MimeDatabase;
|
||||
class ModeManager;
|
||||
class ProgressManager;
|
||||
class ScriptManager;
|
||||
class SettingsDatabase;
|
||||
class VariableManager;
|
||||
class VcsManager;
|
||||
|
||||
namespace Internal { class MainWindow; }
|
||||
|
||||
Reference in New Issue
Block a user