Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 15, 2024
1 parent c3b0237 commit a7400cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/system-service/controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

class Controller : public QObject{
Q_OBJECT

public:
explicit Controller(QObject* parent = nullptr) : QObject(parent){}
Q_INVOKABLE void screenshot(){ screenAPI->screenshot(); }
Expand Down

0 comments on commit a7400cc

Please sign in to comment.