Skip to content

Commit 6cbc8df

Browse files
author
g_j_m
committed
Added a missing forward declaration
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5019 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1961569 commit 6cbc8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsdbsourceselect.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C"
2727
#include <vector>
2828
#include <utility>
2929

30-
class Q3ListBoxItem;
30+
class QTableWidgetItem;
3131
class QgisApp;
3232
/*! \class QgsDbSourceSelect
3333
* \brief Dialog to create connections and add tables from PostgresQL.

0 commit comments

Comments
 (0)