mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 18:38:42 +00:00
Fix minor code style violation
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
|||||||
static QColor getFadedColor(QColor const& color);
|
static QColor getFadedColor(QColor const& color);
|
||||||
|
|
||||||
template<typename DialogT, typename... ArgsT>
|
template<typename DialogT, typename... ArgsT>
|
||||||
static void openDialog(QPointer<DialogT>& dialog, ArgsT&& ... args)
|
static void openDialog(QPointer<DialogT>& dialog, ArgsT&&... args)
|
||||||
{
|
{
|
||||||
if (dialog.isNull())
|
if (dialog.isNull())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user