Skip to content
Snippets Groups Projects
Commit 690148ea authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

misc: remove QML module version numbers in import statements

This may have negative side-effects depending on the build environment.

Change-Id: I70356e80f26683ec4f5ed6993c134a44807d6def
parent 421c0d13
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import QtQuick 2.15
import QtQuick
import net.jami.Models 1.1
import net.jami.Adapters 1.1
......
......@@ -16,9 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
import net.jami.Adapters 1.1
import net.jami.Models 1.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment