mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Made addVectorLayer function public so it can be used from other dialogs
git-svn-id: http://svn.osgeo.org/qgis/trunk@616 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e29991eed8
commit
8aa9ada994
@ -49,6 +49,7 @@ class QgisApp:public QgisAppBase
|
||||
public:
|
||||
QgisIface *getInterface();
|
||||
int getInt();
|
||||
void addVectorLayer(QString vectorLayerPath, QString baseName, QString providerKey);
|
||||
private:
|
||||
//private:
|
||||
//public slots:
|
||||
@ -60,7 +61,7 @@ class QgisApp:public QgisAppBase
|
||||
//! Add a databaselayer to the map
|
||||
void addDatabaseLayer();
|
||||
#endif
|
||||
void addVectorLayer(QString vectorLayerPath, QString baseName, QString providerKey);
|
||||
|
||||
//! Exit Qgis
|
||||
void fileExit();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user