From 2d8ad0d516723abb783bbe54c2d21cadf8290dbf Mon Sep 17 00:00:00 2001 From: MD Zaid Date: Fri, 18 Sep 2020 12:24:40 +0530 Subject: [PATCH] Added missing Dependency, Fixed spelling mistake in a comment =>qttools5-dev is also required on ubuntu 20.04 (tested on pop os 20.04), so added it in README.md under build instructions => Fixed spelling mistake in a comment in src/widgets/capture/capturewidget.cpp. --- README.md | 2 +- src/widgets/capture/capturewidget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03dccd0e..6bfc687d 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Also you can open and build/debug the project in a C++ IDE. For example, in Qt C ```shell # Compile-time -apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev +apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev qttools5-dev # Run-time apt install libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5 diff --git a/src/widgets/capture/capturewidget.cpp b/src/widgets/capture/capturewidget.cpp index 05c3caf6..b85883a3 100644 --- a/src/widgets/capture/capturewidget.cpp +++ b/src/widgets/capture/capturewidget.cpp @@ -49,7 +49,7 @@ #include // CaptureWidget is the main component used to capture the screen. It contains -// an are of selection with its respective buttons. +// an area of selection with its respective buttons. // enableSaveWIndow CaptureWidget::CaptureWidget(const uint id,