Skip to content

Commit

Permalink
Merge pull request #148 from jmlich/master
Browse files Browse the repository at this point in the history
fix some qt6 issues in sound plugin
  • Loading branch information
neochapay authored Dec 16, 2023
2 parents 31de862 + 3661189 commit c2630a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/plugins/sounds/SoundLabel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
import QtQuick 2.6
import QtQuick.Window 2.1

import QtMultimedia 5.15

import QtMultimedia
import Nemo.Controls

import org.nemomobile.systemsettings 1.0
Expand Down
3 changes: 1 addition & 2 deletions src/plugins/sounds/sounds.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
*/

import QtQuick 2.6
import QtQuick.Window 2.1

import QtMultimedia 5.15
import QtMultimedia

import Nemo.Controls

Expand Down

0 comments on commit c2630a7

Please sign in to comment.