Skip to content

Commit

Permalink
Merge branch 'main' into v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdev authored Mar 31, 2022
2 parents 018135d + a2310ac commit 6ce518d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions torrentfileQt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

import sys
import ctypes
import importlib.resources
import torrentfile

from torrentfileQt.version import __version__, ASSETS
from torrentfileQt.window import Application, Window, alt_start, start
Expand Down
7 changes: 0 additions & 7 deletions torrentfileQt/createTab.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
User must provide the path to the directory containing the what the
.torrent file will be created from.
"""
# import json
import os
from pathlib import Path
from threading import Thread
Expand Down Expand Up @@ -331,13 +330,7 @@ def browse(self, path=None):
break


# class ProfileButton(QPushButton):
# """Save the current fields values as a profile."""

# def __init__(self, parent=None):
# """Save current fields as a profile."""
# super().__init__(parent=parent)
# self.setText("Save Profile")


class BrowseDirButton(QPushButton):
Expand Down

0 comments on commit 6ce518d

Please sign in to comment.