Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
luelista committed May 2, 2022
1 parent 18d90e0 commit 43c5aa0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
42 changes: 0 additions & 42 deletions examples/python/simple.py

This file was deleted.

4 changes: 0 additions & 4 deletions project.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@

import os

from pyqtbuild import PyQtBindings, PyQtProject
from sipbuild import Option

log=open("/tmp/project.log","w")
print("project py running")

class PyQtAds(PyQtProject):
def __init__(self):
""" Initialise the project. """
Expand Down
4 changes: 0 additions & 4 deletions src/DockManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -858,10 +858,6 @@ CDockAreaWidget* CDockManager::addDockWidgetTab(DockWidgetArea area,
{
return addDockWidget(ads::CenterDockWidgetArea, Dockwidget, AreaWidget);
}
/*else if (!openedDockAreas().isEmpty())
{
return addDockWidget(area, Dockwidget, openedDockAreas().last());
}*/
else
{
return addDockWidget(area, Dockwidget, nullptr);
Expand Down

0 comments on commit 43c5aa0

Please sign in to comment.