Signed-off-by: Michael Schuster <michael@schuster.ms>
#if defined(Q_OS_MAC)
_ui->_folderList->setMinimumWidth(400);
#else
- ui->_folderList->setMinimumWidth(300);
+ _ui->_folderList->setMinimumWidth(300);
#endif
new ToolTipUpdater(_ui->_folderList);
#if (HASQT5_11)
int timeTextWidth = fm.horizontalAdvance(timeText);
#else
- int timeTextWidth = fm.width(timeStr);
+ int timeTextWidth = fm.width(timeText);
#endif
int timeTop = option.rect.top() + fm.height() + fm.height() + margin + offset/2;
if(messageText.isEmpty() || actionText.isEmpty())
};
}
-Q_DECLARE_METATYPE(OCC::ActivityListModel::ActionIcon);
+Q_DECLARE_METATYPE(OCC::ActivityListModel::ActionIcon)
#endif // ACTIVITYLISTMODEL_H