mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
10 lines
179 B
QML
10 lines
179 B
QML
pragma Singleton
|
|
|
|
import QtQuick
|
|
|
|
QtObject {
|
|
signal fileSelected(string filePath)
|
|
signal cancelPendingShareRequested()
|
|
signal shareTargetSelected(var shareTargetId)
|
|
}
|