summary refs log tree commit diff
path: root/include/TimelineView.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/TimelineView.h')
-rw-r--r--include/TimelineView.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/TimelineView.h b/include/TimelineView.h

index ba5642c3..7aeb4d47 100644 --- a/include/TimelineView.h +++ b/include/TimelineView.h
@@ -15,8 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef HISTORY_VIEW_H -#define HISTORY_VIEW_H +#pragma once #include <QHBoxLayout> #include <QList> @@ -119,5 +118,3 @@ private: QList<PendingMessage> pending_msgs_; QSharedPointer<MatrixClient> client_; }; - -#endif // HISTORY_VIEW_H