Skip to content

Commit

Permalink
smal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Falk authored and Tobias Falk committed Oct 20, 2020
1 parent ab66615 commit 069edf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FLogger/FLogger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class Logger

///
/// \brief setStartText writes the text without date and time
/// \param text the text that will be written
/// \param &value the text that will be written
///
void setStartText(const std::string &value);

Expand Down
2 changes: 1 addition & 1 deletion FQLogger/FQLogger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class Logger : public QObject

///
/// \brief setStartText writes the text without date and time
/// \param text the text that will be written
/// \param &value the text that will be written
///
void setStartText(const std::string &value);

Expand Down

0 comments on commit 069edf0

Please sign in to comment.