~ken-vandine/ubuntu-system-settings/lp1501428

« back to all changes in this revision

Viewing changes to plugins/system-update/update.h

  • Committer: CI Train Bot
  • Author(s): Manuel de la Pena
  • Date: 2015-09-01 13:59:08 UTC
  • mfrom: (1506.6.8 donot-query-on-error)
  • Revision ID: ci-train-bot@canonical.com-20150901135908-hhxklaq0t29q3yko
Sign the query in order to get a possible auth error from the server and stop the user from trying to do updates with invalid creds.
Approved by: Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *
19
19
*/
20
20
 
21
 
#ifndef UPDATE_H
22
 
#define UPDATE_H
 
21
#pragma once
23
22
 
24
23
#include <QObject>
25
24
#include <QtQml>
144
143
};
145
144
 
146
145
}
147
 
 
148
 
#endif // UPDATE_H