The macros plugin use a directory in userResourcePath.

It is not possible to manage different directory for the macro plugin, it uses the user resource path per default.
This change cleans a lot of code, specially we don't need any specific settings for the macro plugin, and the option page is more simple.

Merge-request: 240
Reviewed-by: con <qtc-committer@nokia.com>
This commit is contained in:
Nicolas Arnaud-Cormos
2011-02-07 11:34:02 +01:00
committed by con
parent 23e024de64
commit acf607f009
9 changed files with 89 additions and 426 deletions

View File

@@ -85,7 +85,6 @@ QIcon MacroOptionsPage::categoryIcon() const
QWidget *MacroOptionsPage::createPage(QWidget *parent)
{
m_widget = new MacroOptionsWidget(parent);
m_widget->setSettings(MacroManager::instance()->settings());
return m_widget;
}