eric6/ViewManager/ViewManager.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 7165
375c077ef7e2
child 7229
53054eb5b15a
diff -r 960850ec284c -r a22eee00b052 eric6/ViewManager/ViewManager.py
--- a/eric6/ViewManager/ViewManager.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/ViewManager/ViewManager.py	Sat Aug 31 12:58:11 2019 +0200
@@ -339,6 +339,8 @@
         """
         raise RuntimeError('Not implemented')
         
+        return False
+        
     def canTile(self):
         """
         Public method to signal if tiling of managed windows is available.
@@ -348,6 +350,8 @@
         """
         raise RuntimeError('Not implemented')
         
+        return False
+        
     def tile(self):
         """
         Public method to tile the managed windows.
@@ -373,6 +377,8 @@
         """
         raise RuntimeError('Not implemented')
         
+        return None                         # __IGNORE_WARNING_M831__
+        
     def _removeAllViews(self):
         """
         Protected method to remove all views (i.e. windows).

eric ide

mercurial