clang format
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
|
||||
#include "connection/dbus/bluetooth.hpp"
|
||||
#include "widgets/controlCenter/bluetoothSettings.hpp"
|
||||
|
||||
#include "gtkmm/box.h"
|
||||
|
||||
class SettingsWidget : public Gtk::Box {
|
||||
public:
|
||||
SettingsWidget();
|
||||
private:
|
||||
|
||||
private:
|
||||
BluetoothSettings bluetoothSettings;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user