diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-05-24 21:34:25 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-05-24 21:34:25 -0700 |
commit | aca69f67eaee91af1e4792b870045fedf6ef15fe (patch) | |
tree | 9cee7913f9aad3f115064a269b2437e753aaf0ec /autoaccept.patch | |
parent | pkgrel (diff) | |
download | qtox-aca69f67eaee91af1e4792b870045fedf6ef15fe.tar.xz |
Updated to 1.15.0
Diffstat (limited to 'autoaccept.patch')
-rw-r--r-- | autoaccept.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/autoaccept.patch b/autoaccept.patch deleted file mode 100644 index 7c8a781..0000000 --- a/autoaccept.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/widget/friendwidget.cpp b/src/widget/friendwidget.cpp -index 752c2f81..a0d76c58 100644 ---- a/src/widget/friendwidget.cpp -+++ b/src/widget/friendwidget.cpp -@@ -222,7 +222,7 @@ void FriendWidget::onContextMenuCalled(QContextMenuEvent* event) - Settings::getInstance().setAutoAcceptDir(id, ""); - } else if (autoAccept->isChecked()) { - const QString dir = QFileDialog::getExistingDirectory( -- Q_NULLPTR, tr("Choose an auto accept directory", "popup title"), dir); -+ Q_NULLPTR, tr("Choose an auto accept directory", "popup title"), Settings::getInstance().getAutoAcceptDir(id)); - - autoAccept->setChecked(true); - qDebug() << "Setting auto accept dir for" << friendId << "to" << dir; |