-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COMP: Fix various deprecation warning C4996 #915
Commits on May 31, 2020
-
COMP: Fix SkipEmptyParts deprecation warning
warning C4996: 'QString::SkipEmptyParts': was declared deprecated
Configuration menu - View commit details
-
Copy full SHA for dc60247 - Browse repository at this point
Copy the full SHA dc60247View commit details -
COMP: Fix qVariantFromValue deprecation warning
warning C4996: 'qVariantFromValue': Use QVariant::fromValue() instead.
Configuration menu - View commit details
-
Copy full SHA for b771141 - Browse repository at this point
Copy the full SHA b771141View commit details -
COMP: Fix endl deprecation warning
warning C4996: 'QTextStreamFunctions::endl': Use Qt::endl
Configuration menu - View commit details
-
Copy full SHA for e2ea08e - Browse repository at this point
Copy the full SHA e2ea08eView commit details -
COMP: Fix buttonToggled deprecation warning
warning C4996: 'QButtonGroup::buttonToggled': Use QButtonGroup::idToggled(int, bool) instead
Configuration menu - View commit details
-
Copy full SHA for aa1a7b0 - Browse repository at this point
Copy the full SHA aa1a7b0View commit details -
COMP: Fix width() deprecation warning
warning C4996: 'QFontMetrics::width': Use QFontMetrics::horizontalAdvance
Configuration menu - View commit details
-
Copy full SHA for 784caa3 - Browse repository at this point
Copy the full SHA 784caa3View commit details -
COMP: Fix AdjustToMinimumContentsLength deprecation warning
warning C4996: 'QComboBox::AdjustToMinimumContentsLength': Use AdjustToContents or AdjustToContentsOnFirstShow
Configuration menu - View commit details
-
Copy full SHA for a75ebcd - Browse repository at this point
Copy the full SHA a75ebcdView commit details -
COMP: Fix swap() deprecation warning
warning C4996: 'QList<int>::swap': Use QList<T>::swapItemsAt()
Configuration menu - View commit details
-
Copy full SHA for 3c572fc - Browse repository at this point
Copy the full SHA 3c572fcView commit details -
COMP: Fix QDateTime Start and End time deprecation warning
warning C4996: 'QDateTime::QDateTime': Use QDate::startOfDay()
Configuration menu - View commit details
-
Copy full SHA for cbb8568 - Browse repository at this point
Copy the full SHA cbb8568View commit details -
COMP: Fix DirectoryOnly deprecation warning
warning C4996: 'QFileDialog::DirectoryOnly': Use setOption(ShowDirsOnly, true) instead
Configuration menu - View commit details
-
Copy full SHA for 18e1f35 - Browse repository at this point
Copy the full SHA 18e1f35View commit details -
COMP: Fix qSort deprecation warning
warning C4996: 'qSort': Use std::sort
Configuration menu - View commit details
-
Copy full SHA for 2ab8f7b - Browse repository at this point
Copy the full SHA 2ab8f7bView commit details -
COMP: Fix QDirModel deprecation warning
warning C4996: 'QDirModel::QDirModel': Use QFileSystemModel
Configuration menu - View commit details
-
Copy full SHA for f717259 - Browse repository at this point
Copy the full SHA f717259View commit details -
COMP: Fix QString::null deprecation warning
warning C4996: 'QString::null': use QString()
Configuration menu - View commit details
-
Copy full SHA for 752e969 - Browse repository at this point
Copy the full SHA 752e969View commit details -
COMP: Fix KeepEmptyParts deprecation warning
warning C4996: 'QString::KeepEmptyParts': was declared deprecated
Configuration menu - View commit details
-
Copy full SHA for c57cc13 - Browse repository at this point
Copy the full SHA c57cc13View commit details