From 5e42ba07cae9b84bfe884dcffea9179a2a042c31 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 4 Sep 2020 01:14:36 +0200 Subject: [PATCH] Remove overspecification of Qt version in documentation and comments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03423c6..46ad0a4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Video Downloader -A video downloader with Qt 5 GUI and backends for multiple platforms, e.g. YouTube and +A video downloader with Qt GUI and backends for multiple platforms, e.g. YouTube and Vimeo. --- **Note**: This project is not maintained anymore so any provider-specific code might be outdated and not work anymore. I keep the project around as an example for doing HTTP -downloads with Qt 5 showing the progress and speed in a list view. +downloads with Qt showing the progress and speed in a list view. --- @@ -25,4 +25,4 @@ by YouTube which currently need to be downloaded separately and then muxed toget The video downloader depends on c++utilities and qtutilities and is built in the same way as these libaries. -The following Qt 5 modules are requried: core gui widgets network +The following Qt modules are requried: core gui widgets network