diff options
Diffstat (limited to 'astro/qmapshack/files/patch-src_gis_CGisListWks.cpp')
-rw-r--r-- | astro/qmapshack/files/patch-src_gis_CGisListWks.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp b/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp deleted file mode 100644 index 4de0776ab617..000000000000 --- a/astro/qmapshack/files/patch-src_gis_CGisListWks.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gis/CGisListWks.cpp.orig 2016-09-19 19:38:41.441780000 +0200 -+++ src/gis/CGisListWks.cpp 2016-09-19 19:38:56.183055000 +0200 -@@ -346,7 +346,7 @@ - QAction * action = menu->addAction(QIcon(icon), text); - action->setCheckable(true); - -- auto func = bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1); -+ auto func = std::bind(&CGisListWks::slotSetSortMode, this, mode, std::placeholders::_1); - connect(action, &QAction::toggled, this, func); - - actionGroup->addAction(action); |