Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
This commit is contained in:
@@ -24,12 +24,13 @@
|
||||
#include "popupbutton.h"
|
||||
#include "popupcommon.h"
|
||||
|
||||
class PopUpToggleButton : public Gtk::ToggleButton, public PopUpCommon {
|
||||
class PopUpToggleButton : public Gtk::ToggleButton, public PopUpCommon
|
||||
{
|
||||
|
||||
public:
|
||||
PopUpToggleButton (const Glib::ustring& label = "");
|
||||
void show ();
|
||||
void set_tooltip_text (const Glib::ustring &text);
|
||||
PopUpToggleButton (const Glib::ustring& label = "");
|
||||
void show ();
|
||||
void set_tooltip_text (const Glib::ustring &text);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user