QSqlQuery: remove unneeded friend tst_QSqlQuery
... as it is no longer needed. Change-Id: Ia60b6e53675260ef0e793ac1b44c913af1454b35 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit 74722411d3fbfcc30d8eff98efcc627be451aea9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
a1c6bb8030
commit
5010ab2275
@ -8,9 +8,6 @@
|
||||
#include <QtCore/qvariant.h>
|
||||
#include <QtCore/qcontainerfwd.h>
|
||||
|
||||
// for testing:
|
||||
class tst_QSqlQuery;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
@ -26,8 +23,6 @@ class Q_SQL_EXPORT QSqlResult
|
||||
Q_DECLARE_PRIVATE(QSqlResult)
|
||||
friend class QSqlQuery;
|
||||
friend class QSqlTableModelPrivate;
|
||||
// for testing:
|
||||
friend class ::tst_QSqlQuery;
|
||||
|
||||
public:
|
||||
virtual ~QSqlResult();
|
||||
|
Loading…
x
Reference in New Issue
Block a user