Skip to content

Commit

Permalink
Fix actions translations not working
Browse files Browse the repository at this point in the history
BUGS: 490493
  • Loading branch information
tsdgeos committed Jul 19, 2024
1 parent 8453b4e commit aa8b790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appactions.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class AppActionsPrivate;
*/
class AppActions : QObject
{
Q_OBJECT
public:
/**
* IDs for all the application's actions.
Expand Down Expand Up @@ -232,4 +233,4 @@ class AppActions : QObject
};
} // namespace ghostwriter

#endif // APPACTIONS_H
#endif // APPACTIONS_H

0 comments on commit aa8b790

Please sign in to comment.