forked from qt-creator/qt-creator
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:
committed by
con
parent
23e024de64
commit
acf607f009
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user