~ubuntu-branches/ubuntu/quantal/kremotecontrol/quantal-proposed

« back to all changes in this revision

Viewing changes to libkremotecontrol/keypressaction.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-12-02 01:00:12 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20121202010012-nz5zlkzuk3km15le
Tags: 4:4.9.4-0ubuntu0.1
New upstream bugfix release (LP: #1085516)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    public:
30
30
        KeypressAction(const QString &button);
31
31
        KeypressAction();
32
 
        KeypressAction(const KeypressAction &action);
33
32
        virtual ~KeypressAction(){};
34
33
 
35
34
        virtual QString name() const;