Skip to content

Commit 0914f23

Browse files
committed
Revert ServerItem change
1 parent ff1f315 commit 0914f23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/modules/connections-tree/items/serveritem.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ class ServerItem : public QObject, public TreeItem
4242

4343
void setWeakPointer(QWeakPointer<ServerItem>);
4444

45+
bool isDatabaseListLoaded() const;
46+
4547
private slots:
4648
void load();
4749
void unload();
@@ -52,10 +54,7 @@ private slots:
5254

5355
signals:
5456
void editActionRequested();
55-
void deleteActionRequested();
56-
57-
protected:
58-
bool isDatabaseListLoaded() const;
57+
void deleteActionRequested();
5958

6059
private:
6160
QString m_name;

0 commit comments

Comments
 (0)