Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 507484
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
using std::placeholders::_1;
using std::placeholders::_1;
1
using std::placeholders::_2;
1
using std::placeholders::_2;
2
-- a/src/core/mergedproxymodel.h
2
++ b/src/core/mergedproxymodel.h
Lines 19-24 Link Here
19
#define MERGEDPROXYMODEL_H
19
#define MERGEDPROXYMODEL_H
20
20
21
#include <QAbstractProxyModel>
21
#include <QAbstractProxyModel>
22
#include <functional>
22
23
23
using std::placeholders::_1;
24
using std::placeholders::_1;
24
using std::placeholders::_2;
25
using std::placeholders::_2;

Return to bug 507484