X-Git-Url: http://git.maemo.org/git/?p=qtrapids;a=blobdiff_plain;f=src%2Fclient%2FPreferencesDialog.cpp;h=4f6bbf1606601b2b154a25f20f6f1fd76456078f;hp=f4043361a8718b8331e34451b7b6d1abb4f48248;hb=1d97c0a567b80cf9fc67791669debfe3aa9c4c84;hpb=6ae61ea5faec84289c549193b680c32c9d0bf395 diff --git a/src/client/PreferencesDialog.cpp b/src/client/PreferencesDialog.cpp index f404336..4f6bbf1 100644 --- a/src/client/PreferencesDialog.cpp +++ b/src/client/PreferencesDialog.cpp @@ -1,11 +1,9 @@ /*************************************************************************** - * Copyright (C) 2009 by Lassi Väätämöinen * - * lassi.vaatamoinen@ixonos.com * + * Copyright (C) 2010 by Ixonos Plc * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * the Free Software Foundation; version 2 of the License. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -104,6 +102,10 @@ PreferencesDialog::~PreferencesDialog() // ======================== SLOTS ======================== void PreferencesDialog::on_browseDirButtonClicked() { + QString dir = QFileDialog::getExistingDirectory(this, tr("Download directory"), QString(), QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks); + on_downloadDirectorySelected(dir); + + /* QFileDialog *dialog = new QFileDialog(this, "Download directory", QString(), tr("Torrent files (*.torrent)")); @@ -115,6 +117,7 @@ void PreferencesDialog::on_browseDirButtonClicked() this, SLOT(on_downloadDirectorySelected(const QString&))); dialog->show(); + */ } void PreferencesDialog::on_buttonClicked(QAbstractButton* button) @@ -138,7 +141,7 @@ void PreferencesDialog::on_buttonClicked(QAbstractButton* button) } } -void PreferencesDialog::on_downloadDirectorySelected(const QString& directory) +void PreferencesDialog::on_downloadDirectorySelected(QString directory) { qDebug() << "PreferencesDialog::on_downloadDirectorySelected(): " << directory; // Torrent filename empty, do nothing.