Skip to content
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

Merged
merged 13 commits into from
Jun 22, 2020

Commits on May 31, 2020

  1. COMP: Fix SkipEmptyParts deprecation warning

    warning C4996: 'QString::SkipEmptyParts': was declared deprecated
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    dc60247 View commit details
    Browse the repository at this point in the history
  2. COMP: Fix qVariantFromValue deprecation warning

    warning C4996: 'qVariantFromValue': Use QVariant::fromValue() instead.
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    b771141 View commit details
    Browse the repository at this point in the history
  3. COMP: Fix endl deprecation warning

    warning C4996: 'QTextStreamFunctions::endl': Use Qt::endl
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e2ea08e View commit details
    Browse the repository at this point in the history
  4. COMP: Fix buttonToggled deprecation warning

    warning C4996: 'QButtonGroup::buttonToggled': Use QButtonGroup::idToggled(int, bool) instead
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    aa1a7b0 View commit details
    Browse the repository at this point in the history
  5. COMP: Fix width() deprecation warning

    warning C4996: 'QFontMetrics::width': Use QFontMetrics::horizontalAdvance
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    784caa3 View commit details
    Browse the repository at this point in the history
  6. COMP: Fix AdjustToMinimumContentsLength deprecation warning

    warning C4996: 'QComboBox::AdjustToMinimumContentsLength': Use AdjustToContents or AdjustToContentsOnFirstShow
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    a75ebcd View commit details
    Browse the repository at this point in the history
  7. COMP: Fix swap() deprecation warning

    warning C4996: 'QList<int>::swap': Use QList<T>::swapItemsAt()
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    3c572fc View commit details
    Browse the repository at this point in the history
  8. COMP: Fix QDateTime Start and End time deprecation warning

    warning C4996: 'QDateTime::QDateTime': Use QDate::startOfDay()
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    cbb8568 View commit details
    Browse the repository at this point in the history
  9. COMP: Fix DirectoryOnly deprecation warning

    warning C4996: 'QFileDialog::DirectoryOnly': Use setOption(ShowDirsOnly, true) instead
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    18e1f35 View commit details
    Browse the repository at this point in the history
  10. COMP: Fix qSort deprecation warning

    warning C4996: 'qSort': Use std::sort
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    2ab8f7b View commit details
    Browse the repository at this point in the history
  11. COMP: Fix QDirModel deprecation warning

    warning C4996: 'QDirModel::QDirModel': Use QFileSystemModel
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    f717259 View commit details
    Browse the repository at this point in the history
  12. COMP: Fix QString::null deprecation warning

    warning C4996: 'QString::null': use QString()
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    752e969 View commit details
    Browse the repository at this point in the history
  13. COMP: Fix KeepEmptyParts deprecation warning

    warning C4996: 'QString::KeepEmptyParts': was declared deprecated
    jamesobutler committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c57cc13 View commit details
    Browse the repository at this point in the history