Page MenuHomePhabricator

Rename ui_interface.* to uiinterface.*
AbandonedPublic

Authored by Fabien on Mar 27 2019, 12:53.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

The file name ui_interface.h uses the same naming pattern as the
auto-generated headers from the *.ui files, i.e. ui_*.h.
This makes it impossible to use the CMake AUTOUIC feature, leading to
the maintenance of an exhaustive list of all the *.ui files to
convert.

This renaming will allow to enable the CMake AUTOUIC feature.

Test Plan
make check
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
rename_ui_interface
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5314
Build 8690: Bitcoin ABC Buildbot (legacy)
Build 8689: arc lint + arc unit