refactor: common/Credentials (#4979)

Use full path in includes
Sort includes
Move anon namespace out of chatterino namespace
Use auto * where possible
Disable convert-member-function-to-static check for all member functions
Don't use else after return
Removed empty constructor
Replace use of `boost::variant` with `std::variant`

Co-authored-by: nerix <nerixdev@outlook.de>
This commit is contained in:
pajlada
2023-11-26 19:38:31 +01:00
committed by GitHub
parent 5b741a8eb6
commit 1f09035bfb
3 changed files with 128 additions and 124 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
void erase(const QString &provider, const QString &name);
private:
Credentials();
Credentials() = default;
};
} // namespace chatterino