24 #ifndef RESOURCEMANAGERLICENSE_H
25 #define RESOURCEMANAGERLICENSE_H
28 #include <QTextDocument>
30 #include "scribusapi.h"
31 #include "ui_resourcemanagerlicensebase.h"
43 void setText(
const QString& s);
46 void languageChange();
49 QTextDocument textDocument;
53 #endif // RESOURCEMANAGERLICENSE_H
Definition: resourcemanagerlicense.h:35