rebase codebase, delete trunk, move threads to backend
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
from .widget_sources.Ui_calendar_entry import Ui_Dialog
|
||||
from PyQt6 import QtWidgets, QtCore
|
||||
from PyQt6.QtCore import pyqtSignal, QDate
|
||||
@@ -76,7 +75,6 @@ class CalendarEntry(QtWidgets.QDialog, Ui_Dialog):
|
||||
|
||||
|
||||
def launch_calendar_entry():
|
||||
|
||||
messages = Database().getMessages("2024-06-10")
|
||||
|
||||
app = QtWidgets.QApplication([])
|
||||
|
||||
Reference in New Issue
Block a user