Little ugly, but we can get rid of QString as well.

This commit is contained in:
Pavel Sanda 2024-10-24 20:11:05 +02:00
parent 6e832efbde
commit df1ba8ee59
3 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,8 @@
#include "Format.h" #include "Format.h"
#include "FuncRequest.h" #include "FuncRequest.h"
#include "LyXAction.h" #include "LyXAction.h"
#include <QString>
#include "qt_helpers.h" #include "qt_helpers.h"
#include "support/debug.h" #include "support/debug.h"

View File

@ -12,6 +12,7 @@
#include <config.h> #include <config.h>
#include <QString>
#include "qt_helpers.h" #include "qt_helpers.h"
#include "Buffer.h" #include "Buffer.h"

View File

@ -21,8 +21,6 @@
#include <list> #include <list>
#include <QString>
class QComboBox; class QComboBox;
class QLineEdit; class QLineEdit;
class QString; class QString;