fix for harmattan in the new codebase
This commit is contained in:
parent
2996e31c51
commit
b92308bcea
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
|
@ -76,7 +76,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
|
|||
#if defined(Q_OS_SAILFISH)
|
||||
viewer->setSource(SailfishApp::pathTo("qml/sailfish/harbour-ttrss.qml"));
|
||||
#else
|
||||
viewer.setMainQmlFile(QLatin1String("qml/harmattan/main.qml"));
|
||||
viewer->setMainQmlFile(QLatin1String("qml/harmattan/main.qml"));
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_SAILFISH)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue