mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
Redis Desktop Manager (aka RDM) - is a fast open source Redis database management application. It offers you an easy-to-use GUI to access your Redis DB and perform some basic operations: view keys as a tree, CRUD keys, execute commands via shell. RDM supports SSL/TLS encryption, SSH tunnels and cloud Redis instances such as: Amazon ElastiCache, Microsoft Azure Redis Cache and Redis Labs. WWW: https://redisdesktop.com/
11 lines
386 B
C++
11 lines
386 B
C++
--- src/app/app.cpp.orig 2018-04-13 11:23:13 UTC
|
|
+++ src/app/app.cpp
|
|
@@ -210,8 +210,6 @@ void Application::initConnectionsManager()
|
|
|
|
void Application::initUpdater()
|
|
{
|
|
- m_updater = QSharedPointer<Updater>(new Updater());
|
|
- connect(m_updater.data(), SIGNAL(updateUrlRetrived(QString &)), this, SLOT(OnNewUpdateAvailable(QString &)));
|
|
}
|
|
|
|
void Application::installTranslator()
|