Documentation
[quassel.git] / src / qtui / chatview.h
index e037e46..d66ea7c 100644 (file)
@@ -117,7 +117,7 @@ private:
     int _scrollOffset;
     bool _invalidateFilter;
     QSet<ChatLine *> _linesWithCache;
     int _scrollOffset;
     bool _invalidateFilter;
     QSet<ChatLine *> _linesWithCache;
-       bool _firstTouchUpdateHappened = false;
+    bool _firstTouchUpdateHappened = false;
 };
 
 
 };