]> git.sesse.net Git - nageru/commit
Use std::bind instead of the QSignalMapper, since evidently it can take a std::functi...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 Nov 2015 21:19:02 +0000 (22:19 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 Nov 2015 21:19:02 +0000 (22:19 +0100)
commitf8cae068274d3b6322f516aaa0ee7834c5d8cb1f
treee5bc463e94d4c66e926e1207927caf7e7fef41ad
parentd32c3e8d20e6a06c1d68db28bcebadccbef71607
Use std::bind instead of the QSignalMapper, since evidently it can take a std::function in Qt 5. Die, QSignalMapper, die.
mainwindow.cpp