mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
Include missing header files (#607)
- Explicitly include headers which is automaticaly QMake handle. Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
parent
585bfacf5d
commit
d78e892d5c
@ -5,6 +5,7 @@
|
||||
#include <QVector>
|
||||
#include <QMap>
|
||||
#include <QList>
|
||||
#include <QObject>
|
||||
|
||||
class QLabel;
|
||||
class QListWidget;
|
||||
|
@ -2,6 +2,7 @@
|
||||
#define VNOTEBOOKSELECTOR_H
|
||||
|
||||
#include <QComboBox>
|
||||
#include <QKeyEvent>
|
||||
#include <QVector>
|
||||
#include <QString>
|
||||
#include "vnavigationmode.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user