From 08da925fdede35d33e79673143301e2a7bd891af Mon Sep 17 00:00:00 2001 From: NeroBurner Date: Wed, 28 Feb 2024 20:45:32 +0100 Subject: [PATCH] readme: small wording improvements (#610) Removes an extra `the` in the Readme about the tested Linux versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe041a8..ca76dba 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ The application can be compiled for macOS. A user reported, that the library wor [![Build Status](https://travis-ci.org/githubuser0xFFFF/Qt-Advanced-Docking-System.svg?branch=master)](https://travis-ci.org/githubuser0xFFFF/Qt-Advanced-Docking-System) [![Build status](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/workflows/linux-builds/badge.svg)](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/actions?query=workflow%3Alinux-builds) -Unfortunately, there is no such thing as a Linux operating system. Linux is a heterogeneous environment with a variety of different distributions. So it is not possible to support "Linux" like this is possible for Windows. It is only possible to support and test a small subset of Linux distributions. The library can be compiled for and has been developed and tested with the some Linux distributions. Depending on the used window manager or compositor, dock widgets +Unfortunately, there is no such thing as a Linux operating system. Linux is a heterogeneous environment with a variety of different distributions. So it is not possible to support "Linux" like it is possible for Windows. It is only possible to support and test a small subset of Linux distributions. The library can be compiled for and has been developed and tested with some Linux distributions. Depending on the used window manager or compositor, dock widgets with native title bars are supported or not. If native title bars are not supported, the library switches to `QWidget` based title bars.