From accf55b6d2a6a81c0f404ba2c25493a0b3227bca Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 23 Jul 2017 12:20:50 +0200 Subject: [PATCH] gallery renamed to colorswitch - in the end it is more a demonstration on how to use qskinny from Qml than showing something useful of qskinny itself --- examples/{gallery/gallery.pro => colorswitch/colorswitch.pro} | 0 examples/{gallery/gallery.qml => colorswitch/colorswitch.qml} | 0 examples/{gallery/gallery.qrc => colorswitch/colorswitch.qrc} | 0 examples/{gallery => colorswitch}/main.cpp | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename examples/{gallery/gallery.pro => colorswitch/colorswitch.pro} (100%) rename examples/{gallery/gallery.qml => colorswitch/colorswitch.qml} (100%) rename examples/{gallery/gallery.qrc => colorswitch/colorswitch.qrc} (100%) rename examples/{gallery => colorswitch}/main.cpp (100%) diff --git a/examples/gallery/gallery.pro b/examples/colorswitch/colorswitch.pro similarity index 100% rename from examples/gallery/gallery.pro rename to examples/colorswitch/colorswitch.pro diff --git a/examples/gallery/gallery.qml b/examples/colorswitch/colorswitch.qml similarity index 100% rename from examples/gallery/gallery.qml rename to examples/colorswitch/colorswitch.qml diff --git a/examples/gallery/gallery.qrc b/examples/colorswitch/colorswitch.qrc similarity index 100% rename from examples/gallery/gallery.qrc rename to examples/colorswitch/colorswitch.qrc diff --git a/examples/gallery/main.cpp b/examples/colorswitch/main.cpp similarity index 100% rename from examples/gallery/main.cpp rename to examples/colorswitch/main.cpp