Skip to content

Commit

Permalink
[Dialogs] Fixup missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Feb 16, 2025
1 parent 3807a2c commit 226d210
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/dialogs/qml/CustomDialog.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import QtQuick 2.6

import Nemo
import Nemo.Controls

Item {
Expand Down
1 change: 1 addition & 0 deletions src/dialogs/qml/Dialog.qml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import QtQuick 2.6
import Nemo
import Nemo.Controls

Item {
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/qml/QueryDialog.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import QtQuick 2.6

import Nemo
import Nemo.Controls

Item {
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/qml/SelectionDialog.qml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import QtQuick 2.6

import Nemo
import Nemo.Controls

Item {
Expand Down

0 comments on commit 226d210

Please sign in to comment.