SQL TDS fix missing override keyword

Plugin failed to build with clang due to missing Q_DECL_OVERRIDE

Change-Id: Idad54f3f0ea7403c388b39189d86cfab10f9fb04
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
bb10
Andy Nichols 2016-06-28 13:56:08 +02:00 committed by Andy Nichols
parent 1d9a319199
commit be9a49b916
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class QTDSResult : public QSqlCachedResult
public:
explicit QTDSResult(const QTDSDriver* db);
~QTDSResult();
QVariant handle() const;
QVariant handle() const Q_DECL_OVERRIDE;
protected:
void cleanup();