mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* no .h for Qt headers
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24687 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
419c7ed481
commit
e0edc21111
@ -52,7 +52,7 @@
|
||||
|
||||
#include <QCloseEvent>
|
||||
#include <QScrollBar>
|
||||
#include <QStandardItemModel.h>
|
||||
#include <QStandardItemModel>
|
||||
#include <QTextCursor>
|
||||
|
||||
#include <sstream>
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include <QPixmapCache>
|
||||
#include <QPushButton>
|
||||
#include <QSpinBox>
|
||||
#include <QStandardItemModel.h>
|
||||
#include <QStandardItemModel>
|
||||
#include <QString>
|
||||
#include <QTreeWidget>
|
||||
#include <QTreeWidgetItem>
|
||||
|
Loading…
Reference in New Issue
Block a user