mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added riGetCaseGroups
Added Qt DataStream version to riSettings VisualStudio: Copy generated *.oct files into Application folder VisualStudio: ResInsight is dependent on octave_plugin p4#: 21602
This commit is contained in:
@@ -8,7 +8,7 @@ void getCurrentCase(int& currentCaseId, const QString &hostName, quint16 port)
|
||||
QString serverName = hostName;
|
||||
quint16 serverPort = port;
|
||||
|
||||
const int Timeout = riOctave::timeOutMilliSecs;
|
||||
const int Timeout = riOctavePlugin::timeOutMilliSecs;
|
||||
|
||||
QTcpSocket socket;
|
||||
socket.connectToHost(serverName, serverPort);
|
||||
|
||||
Reference in New Issue
Block a user