mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
Make 'TabBar::onCurrentChanged()' slot private
This commit is contained in:
parent
5e7b856f72
commit
73470864b2
@ -56,7 +56,6 @@ signals:
|
||||
|
||||
public slots:
|
||||
void closeTab(int index);
|
||||
void onCurrentChanged(int index);
|
||||
void fullScreenRequested(QWebEngineFullScreenRequest request);
|
||||
void on_webview_titleChanged(const QString& title);
|
||||
|
||||
@ -68,6 +67,7 @@ private:
|
||||
|
||||
private slots:
|
||||
void onTabMoved(int from, int to);
|
||||
void onCurrentChanged(int index);
|
||||
};
|
||||
|
||||
#endif // TABWIDGET_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user