diff options
| author | 2015-04-01 08:12:26 +0200 | |
|---|---|---|
| committer | 2015-04-01 08:12:26 +0200 | |
| commit | 2225f71200d8513a86f24589d0d6c8e5843439cd (patch) | |
| tree | aadd777c3ab819e6dbc4449a6a2322611e9e85f1 /result | |
| parent | a03f73495bc6ce71630129a92408a26f81ae301f (diff) | |
| download | OneRoll-2225f71200d8513a86f24589d0d6c8e5843439cd.tar.gz OneRoll-2225f71200d8513a86f24589d0d6c8e5843439cd.zip | |
return the default string
Diffstat (limited to 'result')
| -rw-r--r-- | result/result.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.cpp b/result/result.cpp index 740bf85..3acca93 100644 --- a/result/result.cpp +++ b/result/result.cpp @@ -52,5 +52,5 @@ void Result::generateDotTree(QString& s) } QString Result::toString() { - QString(); + return QString(); } |