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:
gsherman 2004-01-28 02:10:24 +00:00
parent e29991eed8
commit 8aa9ada994

View File

@ -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();