Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
2 deletions.
-
+1
−1
src/gui/qgsdatasourcemanagerdialog.h
-
+1
−1
src/gui/qgsnewhttpconnection.cpp
|
@@ -116,7 +116,7 @@ class GUI_EXPORT QgsDataSourceManagerDialog : public QgsOptionsDialogBase, priva |
|
|
void providerDialogsRefreshRequested(); |
|
|
|
|
|
private: |
|
|
void addProviderDialog( QgsAbstractDataSourceWidget *dlg, const QString &providerKey, const QString &providerName, const QIcon &icon, QString toolTip = QString() ); |
|
|
void addProviderDialog( QgsAbstractDataSourceWidget *dlg, const QString &providerKey, const QString &providerName, const QIcon &icon, const QString &toolTip = QString() ); |
|
|
void makeConnections( QgsAbstractDataSourceWidget *dlg, const QString &providerKey ); |
|
|
Ui::QgsDataSourceManagerDialog *ui; |
|
|
QgsBrowserDockWidget *mBrowserWidget = nullptr; |
|
|
|
@@ -29,7 +29,7 @@ QgsNewHttpConnection::QgsNewHttpConnection( QWidget *parent, ConnectionTypes typ |
|
|
: QDialog( parent, fl ) |
|
|
, mTypes( types ) |
|
|
, mBaseKey( baseKey ) |
|
|
, mOriginalConnName( connName ) |
|
|
, mOriginalConnName( connectionName ) |
|
|
{ |
|
|
setupUi( this ); |
|
|
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &QgsNewHttpConnection::showHelp ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.