diff options
author | Arno <am@disconnect.de> | 2010-12-05 08:41:50 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-12-05 08:41:50 +0100 |
commit | 856d83fb194ca26099e38aaf5e5f4a022d3d23fa (patch) | |
tree | e1533f10be09f3344a0f809575c89eb0c8d81d57 /helper.cpp | |
parent | 35046b0a6279a47b9872efbae93ce0e7a8bac648 (diff) | |
download | SheMov-856d83fb194ca26099e38aaf5e5f4a022d3d23fa.tar.gz SheMov-856d83fb194ca26099e38aaf5e5f4a022d3d23fa.tar.bz2 SheMov-856d83fb194ca26099e38aaf5e5f4a022d3d23fa.zip |
Code cleanup
Remove debug statements from FileSystemWidget. Also remove useless
helper func StringListContains. That was a goodie. I guess I was quite
drunk when I wrote that...
Diffstat (limited to 'helper.cpp')
-rw-r--r-- | helper.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -164,10 +164,6 @@ namespace Helper { return retval; } - bool StringListContains::operator()(const QString s, const QString &part) const { - return s.contains(part); - } - bool SortFileInfoList::operator ()(const QFileInfo &lhs, const QFileInfo &rhs) const { return lhs.fileName().toLower() < rhs.fileName().toLower(); } |