diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-12-12 18:47:35 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-12-12 18:47:35 +0100 |
commit | a1b660daae9dd252d84ec44e8a5102277539b395 (patch) | |
tree | c4cfc40343592860e985437fb672389719125715 /src/tabwindow/rekonqwindow.h | |
parent | getSaveFileName --> getSaveUrl (diff) | |
download | rekonq-a1b660daae9dd252d84ec44e8a5102277539b395.tar.xz |
- Code style check (codestyle script round)
- restored CTRL + ENTER code
- applied Vedant's patch about (thanks!!!)
CCMAIL: vedant.kota@gmail.com
REVIEW: 107662
REVIEWED-BY: Tirtha and me
Diffstat (limited to 'src/tabwindow/rekonqwindow.h')
-rw-r--r-- | src/tabwindow/rekonqwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabwindow/rekonqwindow.h b/src/tabwindow/rekonqwindow.h index 1c543ce2..ed018e4a 100644 --- a/src/tabwindow/rekonqwindow.h +++ b/src/tabwindow/rekonqwindow.h @@ -89,7 +89,7 @@ public: int insertTab(int index, QWidget *page, const QString &label); int insertTab(int index, QWidget *page, const QIcon &icon, const QString &label); // -------------------------------------------------------------------------------------- - + protected: /** * Save your instance-specific properties. The function is |