Fix minor code style violation

This commit is contained in:
Mike Gelfand
2020-01-03 03:30:26 +03:00
parent 37e871b8b5
commit d2c2da4f40

View File

@@ -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())
{ {