diff options
| author | sD <stoned@derpymail.org> | 2020-05-23 18:32:05 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-23 18:32:05 +0200 |
| commit | ba9aebec57d231236642f9e58329b1d87b264dbd (patch) | |
| tree | e2344d5b1c700b6be1b885316a88c71a971beeb9 /include | |
| parent | 68bd38b7fe7be6bdbb3d6ccd52e6207eac5b983a (diff) | |
translate stuff that got run over
Diffstat (limited to 'include')
| -rw-r--r-- | include/chatlogpiece.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/chatlogpiece.h b/include/chatlogpiece.h index e6f77c74..f3a9dc8b 100644 --- a/include/chatlogpiece.h +++ b/include/chatlogpiece.h @@ -1,10 +1,12 @@ #ifndef CHATLOGPIECE_H #define CHATLOGPIECE_H +#include <QtWidgets/QApplication> #include <QDateTime> #include <QString> class chatlogpiece { + Q_DECLARE_TR_FUNCTIONS(chatlogpiece) public: chatlogpiece(); chatlogpiece(QString p_name, QString p_showname, QString p_message, |
