Skip to content

Commit

Permalink
Remove some unneeded setters
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Jun 3, 2023
1 parent b97f20a commit 70e2dad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/quick_web_shortcuts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

QuickWebShortcuts::QuickWebShortcuts(QObject *parent, const KPluginMetaData &pluginMetaData, const QVariantList &args)
: Plasma::AbstractRunner(parent, pluginMetaData, args) {
setObjectName(QStringLiteral("Quick Web Shortcuts"));
setPriority(HighestPriority);
}

QuickWebShortcuts::~QuickWebShortcuts() {
Expand All @@ -22,7 +20,6 @@ QuickWebShortcuts::~QuickWebShortcuts() {
delete requiredData.proxy;
}


void QuickWebShortcuts::init() {
initializeConfigFile();

Expand Down

0 comments on commit 70e2dad

Please sign in to comment.