diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-11-22 21:48:25 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:00 +0100 |
| commit | 2e89f86b9fce8c8f1ebff0f0aad53d21303352f1 (patch) | |
| tree | bb99a710aa6db26ed733468bcc5d22efe18407d7 | |
| parent | bb836dae385e6358283e67af818688a5a6815509 (diff) | |
| download | monzero-gui-2e89f86b9fce8c8f1ebff0f0aad53d21303352f1.tar.gz monzero-gui-2e89f86b9fce8c8f1ebff0f0aad53d21303352f1.tar.xz monzero-gui-2e89f86b9fce8c8f1ebff0f0aad53d21303352f1.zip | |
Removing unused import
| -rw-r--r-- | components/TitleBar.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 1c7a61db..5fe5ffa5 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -29,7 +29,6 @@ import QtQuick 2.2 import QtQuick.Window 2.0 import QtQuick.Layouts 1.1 -import QtGraphicalEffects 1.0 Rectangle { id: titleBar |
