Moved some parts to a static lib so both the executable and the tests can link to it.
Written additional tests.
This commit is contained in:
parent
0a809a7288
commit
d0ea9dfa0c
39 changed files with 1767 additions and 493 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <QTextStream>
|
||||
#include <QClipboard>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
// Supported range from microseconds to seconds
|
||||
// min:sec to hours::min::sec
|
||||
|
|
@ -134,3 +135,5 @@ QString ConvertToMultiLineCString(const QString &in)
|
|||
out.append('"');
|
||||
return out;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue