ports/databases/redisdesktopmanager/files/patch-src_app_app.cpp
Steve Wills 5200bf35e9 databases/redisdesktopmanager: create port
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/
2018-04-23 15:33:47 +00:00

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()