Skip to content

Commit

Permalink
Refs 22912: corrected typos
Browse files Browse the repository at this point in the history
Signed-off-by: Juanjo Garcia <[email protected]>
  • Loading branch information
juanjo4936 committed Mar 6, 2025
1 parent 703761f commit b3a1b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/fastdds_monitor/io/ClipboardHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class ClipboardHandler : public QObject
{
Q_OBJECT

public:

explicit ClipboardHandler(
Expand All @@ -30,6 +30,7 @@ class ClipboardHandler : public QObject
QClipboard* clipboard = QGuiApplication::clipboard();
return clipboard->text();
}

};

#endif // CLIPBOARDHANDLER_H
1 change: 0 additions & 1 deletion src/io/ClipboardHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ QString ClipboardHandler::getClipboardText()
QClipboard* clipboard = QGuiApplication::clipboard();
return clipboard->text();
}

0 comments on commit b3a1b4f

Please sign in to comment.