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