Skip to content

Commit

Permalink
Add Control
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Jul 4, 2024
1 parent 55547e8 commit fa07388
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/imports/controls/qml/Control.qml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* This file is part of Fluid.
*
* Copyright (C) 2024 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
*
* $BEGIN_LICENSE:MPL2$
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* $END_LICENSE$
*/

import QtQuick.Controls as C

C.Control {}

0 comments on commit fa07388

Please sign in to comment.