mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
scripted-diff: Remove unused "What's This" button in dialogs on Windows
-BEGIN VERIFY SCRIPT- git grep -l 'QDialog(parent)' -- src/qt | xargs sed -i -E 's/QDialog\(parent\)/QDialog\(parent, GUIUtil::dialog_flags\)/g' -END VERIFY SCRIPT-
This commit is contained in:
@@ -56,7 +56,7 @@ protected:
|
||||
};
|
||||
|
||||
AddressBookPage::AddressBookPage(const PlatformStyle *platformStyle, Mode _mode, Tabs _tab, QWidget *parent) :
|
||||
QDialog(parent),
|
||||
QDialog(parent, GUIUtil::dialog_flags),
|
||||
ui(new Ui::AddressBookPage),
|
||||
model(nullptr),
|
||||
mode(_mode),
|
||||
|
||||
Reference in New Issue
Block a user