Updated riGetCurrentCase with case type

p4#: 21619
This commit is contained in:
Magne Sjaastad
2013-05-15 11:08:42 +02:00
parent b3a15268f6
commit 667a4e6995
3 changed files with 50 additions and 39 deletions

View File

@@ -66,6 +66,8 @@ private:
std::vector<qint32>& hostCellJ,
std::vector<qint32>& hostCellK);
void caseInfo(RimCase* rimCase, qint64& caseGroupId, QString& caseType);
private:
QTcpServer* m_tcpServer;