Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    configure_system: Make public slots private · 3c63cecb
    Lioncash authored
    These are only used within this class, so we can make them private to
    keep their use contained. This also gets rid of the pre-Qt5 'slot'
    identifier, since Qt 5's connection syntax doesn't require a function to
    be declared a slot anymore.
    3c63cecb