1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-25 10:47:19 +01:00

main: lower minimum required QtQml.Models version to 2.2

This commit is contained in:
xiphon 2021-04-14 15:34:05 +00:00
parent 8444a9563e
commit 475f26398d

View File

@ -26,7 +26,7 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import QtQml.Models 2.12
import QtQml.Models 2.2
import QtQuick 2.9
import QtQuick.Window 2.0
import QtQuick.Controls 1.1