Skip to content

Commit 54c96a6

Browse files
author
rblazek
committed
ready()
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5013 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent e8d0dd3 commit 54c96a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/grass/qgsgrassmapcalc.h

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ class QgsGrassMapcalc: public QMainWindow, private Ui::QgsGrassMapcalcBase,
8989
// QgsGrassModuleOptions
9090
QStringList checkOutput();
9191

92+
QStringList ready() { return QStringList() ; }
93+
9294
/** \brief recieves contentsMousePressEvent from view */
9395
void contentsMousePressEvent(QMouseEvent*);
9496

0 commit comments

Comments
 (0)