fix code style
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <gtkmm.h>
|
||||
#include <string>
|
||||
#include <sigc++/sigc++.h>
|
||||
#include <string>
|
||||
|
||||
class VolumeWidget : public Gtk::Box
|
||||
{
|
||||
class VolumeWidget : public Gtk::Box {
|
||||
public:
|
||||
VolumeWidget();
|
||||
virtual ~VolumeWidget();
|
||||
@@ -18,7 +17,7 @@ class VolumeWidget : public Gtk::Box
|
||||
bool on_timeout();
|
||||
|
||||
private:
|
||||
Gtk::Label m_label;
|
||||
Glib::RefPtr<Gtk::GestureClick> m_click;
|
||||
sigc::connection m_timeoutConn;
|
||||
Gtk::Label label;
|
||||
Glib::RefPtr<Gtk::GestureClick> click;
|
||||
sigc::connection timeoutConn;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user