mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
systemsettings: use the internal root module pointer instead of accessing global data
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c7720fb8e9
commit
bb3cac097f
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void SettingsBase::initApplication()
|
|||
}
|
||||
}
|
||||
searchText->completionObject()->setIgnoreCase( true );
|
||||
searchText->completionObject()->setItems( BaseData::instance()->menuItem()->keywords() );
|
||||
searchText->completionObject()->setItems( rootModule->keywords() );
|
||||
changePlugin();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue