mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 10:07:25 -04:00
Explicitly import MoneroComponents; prevent namespace pollution
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import QtQuick 2.2
|
||||
import QtGraphicalEffects 1.0
|
||||
import QtQuick.Layouts 1.1
|
||||
import moneroComponents.Wallet 1.0
|
||||
|
||||
import moneroComponents.Wallet 1.0
|
||||
import "../components" as MoneroComponents
|
||||
|
||||
// BasicPanel header
|
||||
Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user