Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlocked tray icon #37 #38

Closed
wants to merge 1 commit into from
Closed

Unlocked tray icon #37 #38

wants to merge 1 commit into from

Conversation

TheZ3ro
Copy link
Contributor

@TheZ3ro TheZ3ro commented Oct 8, 2016

PR for issue #37

From keepassx/keepassx#123

@@ -764,6 +767,11 @@ void DatabaseTabWidget::emitActivateDatabaseChanged()
Q_EMIT activateDatabaseChanged(currentDatabaseWidget());
}

void DatabaseTabWidget::emitDatabaseUnlockedFromDbWidgetSender()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name of the function is weird because its intended to be a SLOT. Might be able to consolidate some code and clean this up a little.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But It's what it does, "emit databaseUnlocked from a widget sender".
Maybe only emitDatabaseUnlocked ?

@droidmonkey
Copy link
Member

Thanks. This pull request has been integrated manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants