Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class MainWindow : public QMainWindow {} // основной класс
- MainWindow::method() {} // его метод
- class other : public QObject {} // дополнительный класс
- other::method2() { // тут нужно вызвать method основного класса }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement