Skip to content

Commit

Permalink
Rename sDebug to kDebug
Browse files Browse the repository at this point in the history
Co-authored-by: JoergAtGithub <64457745+JoergAtGithub@users.noreply.github.com>
  • Loading branch information
cr7pt0gr4ph7 and JoergAtGithub authored Nov 1, 2024
1 parent f9a2c4d commit 45ee1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/sidebarmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace {
constexpr int kPressedUntilClickedTimeoutMillis = 300;

/// Enables additional debugging output.
constexpr bool sDebug = false;
constexpr bool kDebug = false;

} // anonymous namespace

Expand Down

0 comments on commit 45ee1ef

Please sign in to comment.