Skip to content

Commit 45d7287

Browse files
author
jef
committed
fix warning
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9078 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9c45270 commit 45d7287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gui/qgsprojectionselector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ const QString QgsProjectionSelector::stringSQLSafe(const QString theSQL)
936936
return myRetval;
937937
}
938938

939-
const void QgsProjectionSelector::showDBMissingWarning(const QString theFileName)
939+
void QgsProjectionSelector::showDBMissingWarning(const QString theFileName)
940940
{
941941

942942
QMessageBox::critical(this, tr("Resource Location Error"),

src/gui/qgsprojectionselector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class GUI_EXPORT QgsProjectionSelector: public QWidget, private Ui::QgsProjectio
156156
long getSelectedLongAttribute(QString attributeName);
157157

158158
/** Show the user a warning if the srs database could not be found */
159-
const void showDBMissingWarning(const QString theFileName);
159+
void showDBMissingWarning(const QString theFileName);
160160
// List view nodes for the tree view of projections
161161
//! User defined projections node
162162
QTreeWidgetItem *mUserProjList;

0 commit comments

Comments
 (0)