mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
use #pragma once instead of include guards
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
07c292eaf5
commit
eb9a496f41
1 changed files with 1 additions and 4 deletions
|
@ -13,8 +13,7 @@
|
|||
* for more details.
|
||||
*/
|
||||
|
||||
#ifndef CASECLASHCONFLICTSOLVER_H
|
||||
#define CASECLASHCONFLICTSOLVER_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
|
@ -106,5 +105,3 @@ private:
|
|||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // CASECLASHCONFLICTSOLVER_H
|
||||
|
|
Loading…
Reference in a new issue