Merge branch 'master' into google
[mdictionary] / src / mdictionary / backbone / History.cpp
index 3d4fc54..154abfa 100644 (file)
@@ -34,7 +34,6 @@ History::History(int maxSize, QObject *parent) :
     _listAvailable = false;
 }
 
-
 void History::setMaxSize(int size) {
     if(maxSize() <= 0) return;
     if(size > _maxSize) {