Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 25, 2023
1 parent 6c3b342 commit f08b8c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/task-switcher/appitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ using namespace codes::eeems::oxide1;

class AppItem : public QObject {
Q_OBJECT

public:
AppItem(QObject* parent) : QObject(parent){}

Expand All @@ -34,6 +35,7 @@ class AppItem : public QObject {

Q_INVOKABLE void execute();
Q_INVOKABLE void stop();

signals:
void nameChanged(QString);
void displayNameChanged(QString);
Expand Down

0 comments on commit f08b8c8

Please sign in to comment.