added config
This commit is contained in:
parent
893a2990af
commit
f02f439790
7 changed files with 168 additions and 17 deletions
|
|
@ -31,6 +31,11 @@ void NavigationController::init(const QString &rootPath)
|
|||
mNavList->setModelItems(mRootItem->getChildren());
|
||||
}
|
||||
|
||||
void NavigationController::setUiProfile(const QString &profileString)
|
||||
{
|
||||
mUiState->setProfile(profileString);
|
||||
}
|
||||
|
||||
void NavigationController::setContext(QQmlContext *context)
|
||||
{
|
||||
mContext = context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue