OSDN Git Service

Ver0.19
[gefu/Gefu.git] / irenamedialog.cpp
1 #include "irenamedialog.h"\r
2 \r
3 IRenameDialog::IRenameDialog(QWidget *parent) :\r
4     QDialog(parent)\r
5 {\r
6 }\r
7 \r
8 void IRenameDialog::setWorkingDirectory(const QString &path)\r
9 {\r
10     m_dir.setPath(path);\r
11 }\r