diff options
| author | 2014-12-13 21:55:55 +0100 | |
|---|---|---|
| committer | 2014-12-13 21:55:55 +0100 | |
| commit | c0115fbdce8d77c537abc84660bea5a156783eb2 (patch) | |
| tree | 5e91c207a276cdd62381be457318a67bf64d39b2 /main.cpp | |
| parent | 708a8c7b8e88cf6af758a981f773863f9e71cdac (diff) | |
| download | OneRoll-c0115fbdce8d77c537abc84660bea5a156783eb2.tar.gz OneRoll-c0115fbdce8d77c537abc84660bea5a156783eb2.zip | |
-Improves documentation and add a better example in main.cpp
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ int main(int argc, char *argv[]) QStringList commands; - commands<< "1d6;1d10";/* + commands<< "5d6;1d10;4d100;3d20";/* << "1+(4*3)D10" << "2+4/4" << "2D10*2D20*8" |