mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
[FSD] wallop message sending incomplete fixed
This commit is contained in:
committed by
Mat Sutcliffe
parent
2a34786039
commit
b9ea40e8d1
@@ -45,8 +45,9 @@ namespace BlackMisc
|
||||
//! Get part, 0 is command itself
|
||||
const QString &part(int index) const;
|
||||
|
||||
//! Remaining part after
|
||||
QString remainingStringAfter(int index) const;
|
||||
//! Part and remaing string after
|
||||
//! \remark trimmed and simlified
|
||||
QString partAndRemainingStringAfter(int index) const;
|
||||
|
||||
//! Count parts
|
||||
int countParts() const;
|
||||
|
||||
Reference in New Issue
Block a user