- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Pipe/FileQtQueryPipe.cpp
r8df74d ra5ddf0 18 18 #endif 19 19 20 #include "UIElements/Qt4/QtDialog.hpp" 20 #include <QtGui/QFileDialog> 21 #include <Qt/qcombobox.h> 22 #include <Qt/qlineedit.h> 23 #include <Qt/qpushbutton.h> 24 25 #include "Helpers/MemDebug.hpp" 21 26 22 27 #include <iostream> 23 28 #include <boost/filesystem.hpp> 24 29 25 #include <Qt/qcombobox.h> 26 #include <Qt/qlineedit.h> 27 #include <Qt/qpushbutton.h> 28 30 #include "UIElements/Qt4/Pipe/FileQtQueryPipe.hpp" 31 #include "UIElements/Qt4/QtDialog.hpp" 29 32 30 33 FileQtQueryPipe::FileQtQueryPipe(boost::filesystem::path *_content, QtDialog *_dialog, QLineEdit *_filenameLineEdit, QPushButton *_filedialogButton) :
Note:
See TracChangeset
for help on using the changeset viewer.