mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 14:30:03 +01:00
added log message
This commit is contained in:
@@ -844,6 +844,11 @@ void AC_MainWindow::comboFilterChanged(int) {
|
|||||||
stream << "Filter changed to: " << filters->currentText() << "\n";
|
stream << "Filter changed to: " << filters->currentText() << "\n";
|
||||||
Log(str);
|
Log(str);
|
||||||
std::string text = filters->currentText().toStdString();
|
std::string text = filters->currentText().toStdString();
|
||||||
|
|
||||||
|
if(ac::v_cap.isOpened() == false && text.find("Video") != std::string::npos) {
|
||||||
|
Log(tr("Set a video file to use this filter"));
|
||||||
|
}
|
||||||
|
|
||||||
if(blend_set == false && text.find("Image") != std::string::npos)
|
if(blend_set == false && text.find("Image") != std::string::npos)
|
||||||
Log(tr("Set an Image to use this filter\n"));
|
Log(tr("Set an Image to use this filter\n"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user