Skip to content

Commit

Permalink
Use #pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
maralorn committed Nov 6, 2016
1 parent e83d34c commit 7ae5b4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/activitydetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
* *
**************************************************************************/

#ifndef ACTIVITYDETECTOR_H
#define ACTIVITYDETECTOR_H
#pragma once

#include <QtWidgets/QApplication>

Expand Down Expand Up @@ -48,5 +47,3 @@ class ActivityDetector : public QObject
bool m_enabled;
MessageEventModel* m_messageEventModel;
};

#endif // ACTIVITYDETECTOR_H

0 comments on commit 7ae5b4e

Please sign in to comment.