mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
qt: remove monitoreddatamapper
We haven't used the viewModified signal in ages, so we can use a normal QDataWidgetMapper.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class MonitoredDataMapper;
|
||||
class QDataWidgetMapper;
|
||||
class OptionsModel;
|
||||
class QValidatedLineEdit;
|
||||
|
||||
@@ -52,7 +52,7 @@ signals:
|
||||
private:
|
||||
Ui::OptionsDialog *ui;
|
||||
OptionsModel *model;
|
||||
MonitoredDataMapper *mapper;
|
||||
QDataWidgetMapper *mapper;
|
||||
bool fProxyIpValid;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user