~zhangew401/scope-aggregator/fix-empty-query-to-clickstore

« back to all changes in this revision

Viewing changes to src/utils.cpp

  • Committer: Kyle Nitzsche
  • Date: 2016-02-09 16:11:02 UTC
  • mfrom: (155.2.7 cleanups)
  • Revision ID: kyle.nitzsche@canonical.com-20160209161102-d0dsykeo14hh353g
merge cleanup branch and set to DEV version 4.2.1 (next release version
will be 4.3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1138
1138
            scope->set_proxy(registry_);
1139
1139
 
1140
1140
            if (!scope->exists()) {
1141
 
                qWarning () << QString("%1: scope is NOT REGISTERED, skipping: %2").arg(qstr(scope_id), qstr(id));
1142
1141
                auto myID = QString::fromStdString(id);
1143
1142
                myID = myID.left(myID.indexOf("_"));
1144
1143
                if (query_store_ == "")