Add a few comments

This commit is contained in:
lupoDharkael
2017-05-18 03:07:14 +02:00
parent 1dc2220afb
commit 2e41b8c411
4 changed files with 9 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ CaptureWidget::CaptureWidget(QWidget *parent) :
// init screenshot
createCapture();
resize(m_screenshot.size());
// initi interface color
// init interface color
m_uiColor = QSettings().value("uiColor").value<QColor>();
show();