Fix minor code style violation

This commit is contained in:
Mike Gelfand 2020-01-03 03:30:26 +03:00
parent 37e871b8b5
commit d2c2da4f40
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public:
static QColor getFadedColor(QColor const& color);
template<typename DialogT, typename... ArgsT>
static void openDialog(QPointer<DialogT>& dialog, ArgsT&& ... args)
static void openDialog(QPointer<DialogT>& dialog, ArgsT&&... args)
{
if (dialog.isNull())
{