Skip to content

Commit

Permalink
browser: add credential dialog (fixes #6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 19, 2013
1 parent e9e1530 commit 00de1f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/browser/qgsbrowser.cpp
Expand Up @@ -33,6 +33,7 @@
#include "qgsnewvectorlayerdialog.h"
#include "qgsattributetablemodel.h"
#include "qgsattributetablefiltermodel.h"
#include "qgscredentialdialog.h"

#ifdef ANDROID
#define QGIS_ICON_SIZE 32
Expand Down Expand Up @@ -95,6 +96,9 @@ QgsBrowser::QgsBrowser( QWidget *parent, Qt::WFlags flags )
{
toolbar->setIconSize( QSize( size, size ) );
}

// set graphical credential requester
new QgsCredentialDialog( this );
}

QgsBrowser::~QgsBrowser()
Expand Down

0 comments on commit 00de1f9

Please sign in to comment.