Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle

This commit is contained in:
DrSlony
2015-08-11 11:55:03 +02:00
parent effb46c3e1
commit 0e0cfb9b25
452 changed files with 133354 additions and 99460 deletions

View File

@@ -24,12 +24,13 @@
#include <gtkmm.h>
#include "popupcommon.h"
class PopUpButton : public Gtk::Button, public PopUpCommon {
class PopUpButton : public Gtk::Button, public PopUpCommon
{
public:
PopUpButton (const Glib::ustring& label = "");
void show ();
void set_tooltip_text (const Glib::ustring &text);
PopUpButton (const Glib::ustring& label = "");
void show ();
void set_tooltip_text (const Glib::ustring &text);
};
#endif