提交 72258213 编写于 作者: I Igor Malinovskiy

Add missing return

上级 52826036
......@@ -92,7 +92,7 @@ bool TreeOperations::connect(QSharedPointer<RedisClient::Connection> c) {
}
m_connectionMode = c->mode();
return true;
} catch (const RedisClient::Connection::SSHSupportException& e) {
emit m_events->error(
QCoreApplication::translate("RDM", "Open Source version of RDM <b>doesn't support SSH tunneling</b>.<br /><br /> "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册