Skip to content

Commit

Permalink
Move Focuser to generic library (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Jun 3, 2024
1 parent 4352c4d commit d0ae133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

import QtQuick 2.15
import QtQuick.Controls 2.15

import QmlItems
import "../../Components" as Components


/*
* Photos grid with multiselection component
*/
Expand Down Expand Up @@ -58,5 +61,5 @@ Components.MultiselectGridView {

// TODO: without it parent (PhotosView) doesn't get focus and Esc key does not work.
// Figure out how to drop this.
Components.Focuser { }
Focuser { }
}

0 comments on commit d0ae133

Please sign in to comment.