~zsombi/ubuntu-ui-toolkit/40-visualize-options

« back to all changes in this revision

Viewing changes to modules/Ubuntu/Components/plugin/statesaverbackend_p.cpp

prereq sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    // catch eventual app name changes so we can have different path for the states if needed
47
47
    QObject::connect(&UCApplication::instance(), &UCApplication::applicationNameChanged,
48
48
                     this, &StateSaverBackend::initialize);
49
 
    if (!qgetenv("APP_ID").isEmpty() || !UCApplication::instance().applicationName().isEmpty()) {
 
49
    if (!UCApplication::instance().applicationName().isEmpty()) {
50
50
        initialize();
51
51
    }
52
52