Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2006, 9:14:47 AM (18 years ago)
Author:
bensch
Message:

DataDirectory-selection works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/gui_general.h

    r7593 r7603  
    1111#include <QtGui/QGroupBox>
    1212
     13
    1314namespace OrxGui
    1415{
     16  class QtGuiInputLine;
     17
    1518  //! Class that creates the Audio-Options.
    1619  class GuiGeneral : public QGroupBox, public OrxGui::Element
     
    2225    virtual ~GuiGeneral();
    2326
    24     public slots:
    25       void openDataFileDialog();
     27  public slots:
     28    void openDataFileDialog();
    2629
     30  private:
     31    QtGuiInputLine* dataDir;
    2732  };
    2833}
Note: See TracChangeset for help on using the changeset viewer.