forked from qt-creator/qt-creator
MIME types: Introduce user extensions feature
Creates a new page in the options dialog which allows the user to modify MIME type's globl patterns and rule-based magic matchers. As a side-effect of this feature our MIME database (and related components) got some improvements. Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -78,6 +78,7 @@ class GeneralSettings;
|
||||
class ProgressManagerPrivate;
|
||||
class ShortcutSettings;
|
||||
class ToolSettings;
|
||||
class MimeTypeSettings;
|
||||
class StatusBarManager;
|
||||
class VersionDialog;
|
||||
class SystemEditor;
|
||||
@@ -179,8 +180,6 @@ private:
|
||||
void readSettings();
|
||||
void writeSettings();
|
||||
|
||||
void registerUserMimeTypes() const;
|
||||
|
||||
CoreImpl *m_coreImpl;
|
||||
UniqueIDManager *m_uniqueIDManager;
|
||||
Context m_additionalContexts;
|
||||
@@ -214,6 +213,7 @@ private:
|
||||
GeneralSettings *m_generalSettings;
|
||||
ShortcutSettings *m_shortcutSettings;
|
||||
ToolSettings *m_toolSettings;
|
||||
MimeTypeSettings *m_mimeTypeSettings;
|
||||
SystemEditor *m_systemEditor;
|
||||
|
||||
// actions
|
||||
|
||||
Reference in New Issue
Block a user