diff options
author | NielsCoding <n.stunnebrink@student.avans.nl> | 2022-10-30 10:15:05 +0100 |
---|---|---|
committer | NielsCoding <n.stunnebrink@student.avans.nl> | 2022-10-30 10:15:05 +0100 |
commit | eb10a1a6dc03d83284788128d3f77ff57852c3c6 (patch) | |
tree | 221e189fe3f7bd76d38d1efdce0922fb56e2e60d /client/HandleMessage.h | |
parent | b5322d74d1839c4af490f5c7297e439a8433ba9b (diff) |
intervals added and consts.h
Diffstat (limited to 'client/HandleMessage.h')
-rw-r--r-- | client/HandleMessage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/HandleMessage.h b/client/HandleMessage.h index bfc5063..f228633 100644 --- a/client/HandleMessage.h +++ b/client/HandleMessage.h @@ -16,8 +16,6 @@ public: QString ParseMessage(const QString , int); void ParseToSQL(QString); - - private: }; |