remove trailing whitespace

doing it in 1.3 as well to avoid possible later conflicts
This commit is contained in:
Oswald Buddenhagen
2010-01-29 21:33:57 +01:00
parent 07da7ccfdf
commit a6ca348636
217 changed files with 604 additions and 604 deletions

View File

@@ -114,7 +114,7 @@ public:
bool isLocal() const { return iname.startsWith(QLatin1String("local.")); }
bool isWatcher() const { return iname.startsWith(QLatin1String("watch.")); }
bool isValid() const { return !iname.isEmpty(); }
bool isEqual(const WatchData &other) const;
static QString msgNotInScope();
@@ -171,7 +171,7 @@ enum IntegerFormat
enum DumpableFormat
{
PrettyFormat = 0, // keep that at 0 as default
PlainFomat,
PlainFomat,
};
class WatchModel : public QAbstractItemModel