Skip to content

Commit

Permalink
postpone qt_viewer deprecation to 0.6.o
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 2, 2023
1 parent 0907fda commit d0f5583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari/_qt/qt_main_window.py
Expand Up @@ -739,7 +739,7 @@ def _remove_theme(self, event):
def qt_viewer(self):
warnings.warn(
trans._(
'Public access to Window.qt_viewer is deprecated and will be removed in\nv0.5.0. It is considered an "implementation detail" of the napari\napplication, not part of the napari viewer model. If your use case\nrequires access to qt_viewer, please open an issue to discuss.',
'Public access to Window.qt_viewer is deprecated and will be removed in\nv0.6.0. It is considered an "implementation detail" of the napari\napplication, not part of the napari viewer model. If your use case\nrequires access to qt_viewer, please open an issue to discuss.',
deferred=True,
),
category=FutureWarning,
Expand Down

0 comments on commit d0f5583

Please sign in to comment.