Skip to content
  • David Edmundson's avatar
    Fix test that KMainWindow is a toplevel window · c0407a38
    David Edmundson authored
    We want to test if there is a parent window and only run some code if we
    are a valid toplevel.
    
    !window() covers the case before our window is shown, but after showing
    our window() will return ourself as the object when there is no parent.
    
    Fixes 03b0f4c3
    Relevant unit tests now pass
    c0407a38