From: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
To: linux-trace-devel@vger.kernel.org
Cc: "Yordan Karadzhov (VMware)" <y.karadz@gmail.com>
Subject: [PATCH] kernel-shark: Fix comment typos
Date: Wed, 16 Mar 2022 16:34:50 +0200 [thread overview]
Message-ID: <20220316143450.272611-1-y.karadz@gmail.com> (raw)
No functional changes introduced.
Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com>
---
src/KsWidgetsLib.hpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/KsWidgetsLib.hpp b/src/KsWidgetsLib.hpp
index 428e8dd..6ec2bd1 100644
--- a/src/KsWidgetsLib.hpp
+++ b/src/KsWidgetsLib.hpp
@@ -230,7 +230,7 @@ public:
/** Get the name of the widget. */
QString name() const {return _name;}
- /** Get the state of the "all" checkboxe. */
+ /** Get the state of the "all" checkbox. */
bool all() const
{
if(_allCb.checkState() == Qt::Checked)
@@ -238,7 +238,7 @@ public:
return false;
}
- /** The "all" checkboxe to be visible or not. */
+ /** The "all" checkbox to be visible or not. */
void setVisibleCbAll(bool v) {_allCbAction->setVisible(v);}
void setDefault(bool);
@@ -282,10 +282,10 @@ protected:
/** Identifier of the Data stream for which the selection applies. */
int _sd;
- /** The "all" checkboxe. */
+ /** The "all" checkbox. */
QCheckBox _allCb;
- /** A vector of Id numbers coupled to each checkboxe. */
+ /** A vector of Id numbers coupled to each checkbox. */
QVector<int> _id;
/** A nested widget used to position the checkboxes. */
@@ -342,13 +342,13 @@ public:
/**
* The "apply" signal will emit a vector containing the Ids of all
- * checked checkboxe.
+ * checked checkbox.
*/
void applyIds(bool v = true) {_applyIds = v;}
/**
* The "apply" signal will emit a vector containing the statuse of all
- * checkboxe.
+ * checkbox.
*/
void applyStatus(bool v = true) {_applyIds = !v;}
@@ -432,7 +432,7 @@ public:
KsCheckBoxTableWidget(int sd, const QString &name = "",
QWidget *parent = nullptr);
- /** Only one checkboxe at the time can be checked. */
+ /** Only one checkbox at the time can be checked. */
void setSingleSelection()
{
_table.setSelectionMode(QAbstractItemView::SingleSelection);
@@ -500,7 +500,7 @@ public:
KsCheckBoxTreeWidget(int sd, const QString &name = "",
QWidget *parent = nullptr);
- /** Only one checkboxe at the time can be checked. */
+ /** Only one checkbox at the time can be checked. */
void setSingleSelection()
{
_tree.setSelectionMode(QAbstractItemView::SingleSelection);
--
2.32.0
reply other threads:[~2022-03-16 14:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220316143450.272611-1-y.karadz@gmail.com \
--to=y.karadz@gmail.com \
--cc=linux-trace-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).