really support the windows backend.
Details
Details
Diff Detail
Diff Detail
- Repository
- R289 KNotifications
- Branch
- windows (branched from master)
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 21608 Build 21626: arc lint + arc unit
| src/notifybysnore.cpp | ||
|---|---|---|
| 165 | no ; here | |
| src/notifybysnore.cpp | ||
|---|---|---|
| 135–139 | This could become: if (id == -1) {
id = 0
}
emit actionInvoked(id, actionNum);To not duplicate the emit line. Still, it feels hackish. | |