equal
deleted
inserted
replaced
43 private slots: // handle tollbar event |
43 private slots: // handle tollbar event |
44 void onToolbarAll() { emit showAllList(); }; |
44 void onToolbarAll() { emit showAllList(); }; |
45 void onToolbarFind() { emit showFindList(); }; |
45 void onToolbarFind() { emit showFindList(); }; |
46 void onToolbarOnlineSupport(); |
46 void onToolbarOnlineSupport(); |
47 |
47 |
48 private slots: |
48 protected slots: |
49 void onOrientationChanged(Qt::Orientation orientation); |
49 virtual void onOrientationChanged(Qt::Orientation orientation); |
50 |
50 |
51 protected: |
51 protected: |
52 void initBaseDocMl(); |
52 void initBaseDocMl(); |
53 |
53 |
54 protected: |
54 protected: |