#include "qgscredentialdialog.h"
#include "qgsauthmanager.h"
#include "qgsdatasourceuri.h"
#include "qgslogger.h"
#include "qgsapplication.h"
#include "qgsgui.h"
#include <QPushButton>
#include <QMenu>
#include <QToolButton>
#include <QThread>
#include <QTimer>
#include <QGlobalStatic>
 
Go to the source code of this file.
 | 
|   | Q_GLOBAL_STATIC (IgnoredConnectionsSet, sIgnoredConnectionsCache) | 
|   | Temporary cache for ignored connections, to avoid GUI freezing by multiple credentials requests to the same connection.  
  | 
|   | 
◆ IgnoredConnectionsSet
◆ Q_GLOBAL_STATIC()
Temporary cache for ignored connections, to avoid GUI freezing by multiple credentials requests to the same connection.