Skip to content

Commit

Permalink
alter qresource prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBuchananCompPhys committed May 7, 2024
1 parent 69bc943 commit 694fbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dissolve-gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int args, char **argv)
QGuiApplication app(argc, argv);

QQmlApplicationEngine engine;
const QUrl url(u"qrc:/dialogs/qml/DissolveMain.qml");
const QUrl url(u"qrc:/main/qml/DissolveMain.qml");

QObject::connect(
&engine,
Expand Down

0 comments on commit 694fbc6

Please sign in to comment.