Navigation Menu

Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 26, 2015
1 parent 050aa8d commit 5f0d1b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsslconnect.h
Expand Up @@ -18,7 +18,7 @@

#include <QHash>

class sqlite3;
struct sqlite3;

class CORE_EXPORT QgsSLConnect
{
Expand Down
2 changes: 0 additions & 2 deletions tests/src/core/testqgsmaptopixel.cpp
Expand Up @@ -32,9 +32,7 @@ class TestQgsMapToPixel: public QObject

void TestQgsMapToPixel::legacy()
{
Q_NOWARN_DEPRECATED_PUSH
QgsMapToPixel m2p( 2, 10, -4, 3 );
Q_NOWARN_DEPRECATED_POP

QgsPoint p( 0, 0 ); // in geographical units
QgsPoint d = m2p.transform( p ); // to device pixels
Expand Down

0 comments on commit 5f0d1b4

Please sign in to comment.