Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
metsma committed Dec 13, 2024
1 parent 2f81364 commit 4107152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/QPCSC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static QStringList stateToString(DWORD state)
}

template<auto Func, typename... Args>
static auto SCCall(const char *file, int line, const char *function, Args... args)
constexpr auto SCCall(const char *file, int line, const char *function, Args... args)
{
auto err = Func(args...);
if(SCard().isDebugEnabled())
Expand Down
2 changes: 1 addition & 1 deletion client/QPCSC.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class QPCSCReader final: public QObject
constexpr operator bool() const { return SW == 0x9000; }
};

enum Properties {
enum Properties : quint8 {
wLcdLayout = 0x01,
bEntryValidationCondition = 0x02,
bTimeOut2 = 0x03,
Expand Down

0 comments on commit 4107152

Please sign in to comment.