Temporary "feature" to allow user specific MIME types

We need a feature which allows a more flexible binding
of MIME types and editors. This is definetely not the
way to handle it, but a temporary workaround.

Reviewed-by: con
This commit is contained in:
Leandro Melo
2011-01-20 10:42:19 +01:00
parent a3310d326d
commit 9e3b5bd0a0
2 changed files with 17 additions and 0 deletions

View File

@@ -177,6 +177,8 @@ private:
void readSettings();
void writeSettings();
void registerUserMimeTypes() const;
CoreImpl *m_coreImpl;
UniqueIDManager *m_uniqueIDManager;
Context m_additionalContexts;