Amends b5fcad3db0, we need a
ShareAction-like stub for GlobalMenu for this to work again.
11 lines
211 B
QML
11 lines
211 B
QML
// SPDX-FileCopyrightText: 2025 Joshua Goins <josh@redstrate.com
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
import QtQuick
|
|
|
|
import org.kde.neochat
|
|
|
|
Item {
|
|
required property NeoChatConnection connection
|
|
}
|