diff options
author | deva <deva> | 2009-11-03 13:07:02 +0000 |
---|---|---|
committer | deva <deva> | 2009-11-03 13:07:02 +0000 |
commit | c91d9e62801aca5a12ca37429c39a71e6351d6d5 (patch) | |
tree | c4bac8ca4208e184479e6fd87f3e7de5d4ef9463 /client/widgets/common.cc | |
parent | 774ff6333ec68481e2536931b539d241cc7380db (diff) |
More test framework changes...
Diffstat (limited to 'client/widgets/common.cc')
-rw-r--r-- | client/widgets/common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/common.cc b/client/widgets/common.cc index b650701..3d4458d 100644 --- a/client/widgets/common.cc +++ b/client/widgets/common.cc @@ -101,5 +101,5 @@ bool isUserSource(QString source) { if(source == "pentominos") return true; if(source == "pracro") return false; - return false; + return true; } |