forked from qt-creator/qt-creator
Maemo: Correctly deploy subdirs projects.
Task-number: QTCREATORBUG-1614, QTCREATORBUG-1810 Reviewed-by: kh1
This commit is contained in:
@@ -81,7 +81,6 @@ MaemoDeployableListWidget::~MaemoDeployableListWidget()
|
||||
|
||||
void MaemoDeployableListWidget::addFile()
|
||||
{
|
||||
// TODO: Make all this stuff subproject-specific.
|
||||
const QString title = tr("Choose a local file");
|
||||
const QString localFile = QFileDialog::getOpenFileName(this, title, m_model->projectDir()); // TODO: Support directories.
|
||||
if (localFile.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user