Changeset 15 in flair-src for trunk/tools/FlairGCS/src/Tab.h


Ignore:
Timestamp:
04/08/16 15:40:57 (8 years ago)
Author:
Bayard Gildas
Message:

sources reformatted with flair-format-dir script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/Tab.h

    r10 r15  
    1010class TabWidget;
    1111
    12 class Tab: public Layout
    13 {
     12class Tab : public Layout {
    1413
    15     public:
    16         Tab(TabWidget* parent,QString name,int position);
    17         ~Tab();
     14public:
     15  Tab(TabWidget *parent, QString name, int position);
     16  ~Tab();
    1817
    19     private:
    20         TabWidget *parent_tab;
    21         QWidget* onglet;
    22 
     18private:
     19  TabWidget *parent_tab;
     20  QWidget *onglet;
    2321};
    2422
Note: See TracChangeset for help on using the changeset viewer.