mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Drop Qt module name from include statements.
This is a preparation to be able to build KeePassX against Qt 5.
This commit is contained in:
parent
035271d469
commit
6504b6f2bd
170 changed files with 332 additions and 339 deletions
|
@ -43,9 +43,9 @@
|
|||
#ifndef MODELTEST_H
|
||||
#define MODELTEST_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QAbstractItemModel>
|
||||
#include <QtCore/QStack>
|
||||
#include <QAbstractItemModel>
|
||||
#include <QObject>
|
||||
#include <QStack>
|
||||
|
||||
class ModelTest : public QObject
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue