Skip to content

Commit

Permalink
naming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jul 2, 2023
1 parent 4029364 commit 9b89bb5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/qml/debug/ConsoleTab.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import QtQuick 2.15
import QtQuick.Layouts 1.15
import QtQuick.Controls 2.15

import "./ConsoleComponents"
import "./ConsoleTabComponents"

Item {
id: root
Expand Down
2 changes: 1 addition & 1 deletion resources/qml/debug/ControllersTab.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import QtQuick.Controls.Material 2.12
import "../../../resources/qml/models" as Models
import "../../../resources/qml/MDI" as MDI

import "./ControllersViewComponents" as Components
import "./ControllersTabComponents" as Components

Rectangle {
id: root
Expand Down

0 comments on commit 9b89bb5

Please sign in to comment.