mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-01-29 20:39:47 +00:00
refactor: remove innclude guards, use pragma instead
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
* along with awesome-widgets. If not, see http://www.gnu.org/licenses/ *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef NETWORKSOURCE_H
|
||||
#define NETWORKSOURCE_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -45,6 +44,3 @@ private:
|
||||
QProcess *m_process = nullptr;
|
||||
static QString getCurrentDevice();
|
||||
};
|
||||
|
||||
|
||||
#endif /* NETWORKSOURCE_H */
|
||||
|
||||
Reference in New Issue
Block a user