From 3204ec66a942d52e0ac8b9ff77297dbc35a71d89 Mon Sep 17 00:00:00 2001 From: rabla Date: Fri, 18 Mar 2005 17:23:57 +0000 Subject: [PATCH] marker catalogue git-svn-id: http://svn.osgeo.org/qgis/trunk@2989 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/qgssisydialog.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/qgssisydialog.h b/src/qgssisydialog.h index ab106431f28..f19b53724af 100644 --- a/src/qgssisydialog.h +++ b/src/qgssisydialog.h @@ -18,12 +18,18 @@ #ifndef QGSSISYDIALOG_H #define QGSSISYDIALOG_H + +#include +#include + #ifdef WIN32 #include "qgssisydialogbase.h" #else #include "qgssisydialogbase.uic.h" #endif +class QString; + class QgsSymbol; class QgsVectorLayer; @@ -67,6 +73,9 @@ private: /**Default constructor is privat to not use is*/ QgsSiSyDialog(); + /** vector of marker names for combo items */ + std::vector mMarkers; + signals: void settingsChanged(); };