~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/core/gnomeglobalshortcutbackend.h

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
class OrgGnomeSettingsDaemonMediaKeysInterface;
24
24
 
 
25
class QDBusPendingCallWatcher;
 
26
 
25
27
class GnomeGlobalShortcutBackend : public GlobalShortcutBackend {
26
28
  Q_OBJECT
27
29
 
38
40
  void DoUnregister();
39
41
 
40
42
private slots:
 
43
  void RegisterFinished(QDBusPendingCallWatcher* watcher);
 
44
 
41
45
  void GnomeMediaKeyPressed(const QString& application, const QString& key);
42
46
 
43
47
private:
44
48
  OrgGnomeSettingsDaemonMediaKeysInterface* interface_;
 
49
  bool is_connected_;
45
50
};
46
51
 
47
52
#endif // GNOMEGLOBALSHORTCUTBACKEND_H