mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 06:10:51 +00:00
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:
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__()
|
||||
|
||||
Reference in New Issue
Block a user