Cannot split out unlinked file functions due to close ties with driver
Might be able to resolve with more time and a separate PR
This commit is contained in:
parent
ebf2c0bb99
commit
c848c57cb4
4 changed files with 3 additions and 15432 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -394,6 +394,7 @@ class MirrorEntriesModal(QWidget):
|
|||
|
||||
|
||||
class FixUnlinkedEntriesModal(QWidget):
|
||||
# TODO: Coupled with qt driver, future check
|
||||
# done = Signal(int)
|
||||
def __init__(self, library:'Library', driver:'QtDriver'):
|
||||
super().__init__()
|
||||
|
|
@ -547,6 +548,7 @@ class FixUnlinkedEntriesModal(QWidget):
|
|||
|
||||
|
||||
class DeleteUnlinkedEntriesModal(QWidget):
|
||||
# TODO: Coupled with qt driver, future check
|
||||
done = Signal()
|
||||
def __init__(self, library:'Library', driver:'QtDriver'):
|
||||
super().__init__()
|
||||
|
|
@ -658,6 +660,7 @@ class DeleteUnlinkedEntriesModal(QWidget):
|
|||
|
||||
|
||||
class RelinkUnlinkedEntries(QObject):
|
||||
# TODO: Coupled with qt driver, future check
|
||||
done = Signal()
|
||||
def __init__(self, library:'Library', driver:'QtDriver'):
|
||||
super().__init__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue