mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
fix warning
This commit is contained in:
parent
71cfacbb54
commit
5e39bf2a92
@ -364,8 +364,8 @@ QWidget * QgsWCSRootItem::paramWidget()
|
||||
QgsWCSSourceSelect *select = new QgsWCSSourceSelect( 0, 0, true, true );
|
||||
connect( select, SIGNAL( connectionsChanged() ), this, SLOT( connectionsChanged() ) );
|
||||
return select;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void QgsWCSRootItem::connectionsChanged()
|
||||
{
|
||||
refresh();
|
||||
@ -389,7 +389,7 @@ static QStringList wildcards = QStringList();
|
||||
|
||||
QGISEXTERN int dataCapabilities()
|
||||
{
|
||||
return QgsDataProvider::File | QgsDataProvider::Dir | QgsDataProvider::Net;
|
||||
return QgsDataProvider::File | QgsDataProvider::Dir | QgsDataProvider::Net;
|
||||
}
|
||||
|
||||
QGISEXTERN QgsDataItem * dataItem( QString thePath, QgsDataItem* parentItem )
|
||||
|
Loading…
x
Reference in New Issue
Block a user