Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KMuddy
Commits
2e3dd02f
Commit
2e3dd02f
authored
Apr 27, 2019
by
Tomas Mecir
Browse files
fix reconnect for quick connections
parent
7ea9ab78
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
2e3dd02f
...
...
@@ -5,6 +5,9 @@ This is a detailed change-log. I have started writing this on
5th September 2002, right after the first public release (version 0.1) ...
----------
2011-2019
- lots more work, mapper, qt4/qt5 port, etc, see git log
2010-12-13
* loaded a new mudlist
...
...
kmuddy/cconnection.cpp
View file @
2e3dd02f
...
...
@@ -589,7 +589,7 @@ void cConnection::establishQuickConnection (const QString &server, int port)
if
(
telnet
->
isConnected
())
disconnect
();
d
->
profileConnection
=
tru
e
;
d
->
profileConnection
=
fals
e
;
d
->
quickServer
=
server
;
d
->
quickPort
=
port
;
d
->
connInProgress
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment