8 lines
170 B
C++
8 lines
170 B
C++
#ifndef PASSWORDMANAGEMENTWINDOW_H_
|
|
#define PASSWORDMANAGEMENTWINDOW_H_
|
|
|
|
class PasswordManagementWindow : public QDialog, public CommonWindow, public ViewingWindow
|
|
{
|
|
|
|
};
|