-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qtquick: Remove unused imports and enable UnusedImports qmllint check
Since the check passes, enable it, so CI catches the next unused imports.
- Loading branch information
Showing
4 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ | |
*/ | ||
|
||
import QtQuick 2.9 | ||
import QtQuick.Layouts 1.9 | ||
|
||
import com.kdab.dockwidgets 2.0 | ||
|
||
Rectangle { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ | |
Contact KDAB at <[email protected]> for commercial licensing options. | ||
*/ | ||
import QtQuick 2.9 | ||
import QtQuick.Controls 2.9 | ||
import QtQuick.Layouts 1.9 | ||
|
||
import com.kdab.dockwidgets 2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters