Skip to content

Commit

Permalink
Revert organization/name, i.e. data dir etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed May 25, 2021
1 parent 15a13d9 commit 0bd35d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/harbour-seaprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ int main(int argc, char *argv[])

QGuiApplication* app = SailfishApp::application(argc, argv);

app->setOrganizationName(QStringLiteral("net.attah"));
app->setApplicationName(QStringLiteral("seaprint"));
// app->setOrganizationName(QStringLiteral("net.attah"));
// app->setApplicationName(QStringLiteral("seaprint"));
app->setApplicationVersion(QStringLiteral(SEAPRINT_VERSION));

qmlRegisterSingletonType<IppDiscovery>("seaprint.ippdiscovery", 1, 0, "IppDiscovery", singletontype_provider<IppDiscovery>);
Expand Down

0 comments on commit 0bd35d6

Please sign in to comment.