2,340 changes: 1,206 additions & 1,134 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/providers/spatialite/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ SET(SPATIALITE_MOC_HDRS
qgsspatialitedataitems.h
qgsspatialitesourceselect.h
qgsspatialitetablemodel.h
qgsspatialiteconnection.h
)


Expand Down
1 change: 1 addition & 0 deletions src/providers/spatialite/qgsspatialiteconnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ extern "C"

class QgsSpatiaLiteConnection : public QObject
{
Q_OBJECT;
public:
/** construct a connection. Name can be either stored connection name or a path to the database file */
QgsSpatiaLiteConnection( QString name );
Expand Down